You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Evyatar Kafkafi <Ev...@orsus.com> on 2002/06/20 13:59:26 UTC

and different ?

Hi all,
 
Suppose I have one XML like this: <s><a></a></s>
and a second XML like this: <s><a/></s>
 
When I parse with a DOMParser, will I get the same DOM tree for both XMLs?
When I parse with SAX Pasrer, will I get the same SAX events for both XMLs?
 
TIA
    Evyatar