qacafe - ip test solutions
Knowledge Base > How do I enable the pure Tcl XML parser within CDRouter?

How do I enable the pure Tcl XML parser within CDRouter?

TR-069

Beginning with CDRouter 4.2, CDRouter uses a faster libxml2 XML parser by default. The new parser helps improve the performance of the CDRouter ACS when testing devices that support a large data model.

It is still possible to configure CDRouter to use the older pure Tcl XML parser. The older parser can be enabled by touching the following file:

  # touch /usr/buddyweb/etc/use-pure-tcl-xml-parser

To return to the newer parser, delete the file /usr/buddyweb/etc/use-pure-tcl-xml-parser:

  # rm /usr/buddyweb/etc/use-pure-tcl-xml-parser

Related articles that may also be helpful: