You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Jose Alberto Fernandez <JF...@viquity.com> on 2000/08/08 03:07:20 UTC

From SAX to DOM

Hi,
 
This question may be more about Xerces than Xalan, but I am in this list and
not that one ;-)
 
I have a SAX event producer (SAX2 to be specific) and I want to create a DOM
tree out of it.
Is there a predefined ContentHandler that knows how to do this?
 
I could not find it. All I saw in Xalan and Xerces were handlers for
generating serialized output
as XML, HTML or text, but not for constructing DOM.
 
Did I missed something?
 
Thanks in advance,
 
Jose Alberto