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

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] XSLT with DOM or SAX ?

[ Lists Home | Date Index | Thread Index ]

Michael Kay wrote:
>> What kind of parser is best to use for XSLT transformations ?
>> SAX or DOM
>
> XSLT processors will in general build a tree representation of the 
> source
> document in memory. And in general, many of them will build a tree
> representation that is much more efficient than using a 
> general-purpose DOM.
> So there's no point building an inefficient DOM tree rather than 
> letting the
> XSLT processor build its own. But this advice may depend on the XSLT
> processor you are using.

For what it's worth, the GNU JAXP XSLT processor uses DOM internally 
for both source and result trees, and is about 2.8 times as fast as 
Xalan on a wide range of transformations (the OASIS XSLT/XPath 
conformance suite). I don't have figures for memory usage or 
comparisons with Saxon though.
-- 
Chris Burdess





 

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

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