> Subject: XML Parser
>
> Does anyone have any recommendations for xml parsers that work under aol
> server and the relative merits of each? I need to parse documents that may
> exceed 1 meg and have more than 1000 elements. Since these will be done on a
> page request I need to do that in less than a second.

ns_xml is probably NOT the parser you want to use, as it loads an entire
document in memeory. You need an event based parser. The only one I know
that works is TclXML available at http://tclxml.sourceforge.net. It is
not automatically loadable as an AOLserver module.

Also check out http://nssoap.sourceforge.net

They have an expat AOLserver module in their code that should work for
you.

Good luck.
Dave

Reply via email to