Savino, Matt C wrote:

Doesn't XSLT ultimately need it's source XML in a DOM object to run?
Certainly not if you are talking about java processors. Moreover source xml in DOM form often means wastefulness of memory and cpu since almost every xslt processor always builds its own *optimized* input tree (e.g. DTM in xalan, tinytree in saxon). So keep using sax everywhere you can.
--
Oleg Tkachenko
Multiconn International Ltd




Reply via email to