Forum OpenACS Development: Re: Invalid XML in XQL files

Collapse
Posted by Dave Bauer on
The Query Dispatcher aliases the ns_xml commands with it's own xml processing procs.

So just changing those few procs to use the tDOM API should be easy.

tDOM uses the Document Object Model which is a standard API for accessing XML documents.