OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   recursion in XML parser

[ Lists Home | Date Index | Thread Index ]
  • From: xml <xml@0000000.com>
  • To: xml-dev@ic.ac.uk
  • Date: Tue, 13 Apr 1999 12:17:42 -0700


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@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@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)





 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS