Forum OpenACS Q&A: Response to XML and OpenACS

Collapse
Posted by Ben Adida on
That is an ACS classic issue, indeed. XML parsing can be pretty intense. Why do that in the database that is already the bottleneck in terms of speed? Instead, use the AOLserver interface to libxml, written by ArsDigita, available at arsdigita.com/download. This allows you to parse XML right from Tcl. We're using it on the latest OpenForce/OpenACS backed web site.