Forum OpenACS Q&A: Response to New version of ns_xml breaks OpenACS 4

Collapse
Posted by Ben Adida on
This thread should have been on OpenACS4 forums, btw.

I have changed the XML parsing approach in OpenACS 4 to go
through a standard, simplified API (acs-tcl/tcl/30-xml-procs.tcl).
All XML parsing uses this API now, and the API checks ns_xml
compatibility and activates work-arounds if your version is
broken.

This code is moderately well tested, but could use more
pounding of course. If you're adventurous, update your CVS and
try reinstalling your OpenACS 4.x. Let me know how it works!