Closed mgajda closed 6 years ago
The XML spec dicatates that the <emptyElement/>, and <emptyElement></emptyElement> are the same. It may be hard to impossible to use Xeno.SAX parser without seeing closing event.
<emptyElement/>
<emptyElement></emptyElement>
Xeno.SAX
Sorry, I think I got incorrect input file :-).
The XML spec dicatates that the
<emptyElement/>
, and<emptyElement></emptyElement>
are the same. It may be hard to impossible to useXeno.SAX
parser without seeing closing event.