xsl-list
[Top] [All Lists]

RE: DOM v/s JDOM

2003-05-15 06:03:39
I have read @ many places that JDOM is a replacement
of DOM and is much better in terms of performance
(parsing) and usage.
In our product we need to transform XML using XSL. Is
the JDOM a right choice
so on what merits do we decide to go for JDOM instead
of DOM??? Is there any analysis done by someone???

Most XSLT processors will accept input from a SAX source and this is
generally much better than providing DOM or JDOM input. The XSLT
processor will then build a tree in its own internal format, optimized
for transformation.

Michael Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>