recursion in XML parser

xml xml at 0000000.com
Tue Apr 13 19:47:25 BST 1999


Are most XML parsers recursive in nature?
My parser in non-recursing while processing the tags from an XML file
and only recurses once to go back and load an XSL file, when applicable.

My reasoning for not using recursion was performance (function call/stack framing
considerations) and that it made the code easier to understand.  

It would be interesting to do some benchmarks on various parsers out there to
measure performance.  The Java parsers I've tested (Sun, IBM) are _dog_ slow
compared to expat, etc.  For server-side I don't think that matters, since in
the corporate scene people tend to just add more servers/infrastructure and 
not worry about performance.                                                   

Client-side XML is a completely different kettle o' fish tho' since you can't
just keep popping in processors every time your machine at home/work bogs down.

Thomas

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list