Z
Zytan
I thought each XmlNodeType.Element has a matching
XmlNodeType.EndElement. But, this does not occur when the XML file
has the following:
<example attr1="1" attr2="2" />
Even though this is syntactically the same as the following, which
does show the EndElement:
<example attr1="1" attr2="2">
</example>
You may be thinking, "duh, that's what the file shows", but in IE,
both cases are rendered as the single following line. They really are
supposed to be exactly the same. Is the XML reader broken?
Zytan
XmlNodeType.EndElement. But, this does not occur when the XML file
has the following:
<example attr1="1" attr2="2" />
Even though this is syntactically the same as the following, which
does show the EndElement:
<example attr1="1" attr2="2">
</example>
You may be thinking, "duh, that's what the file shows", but in IE,
both cases are rendered as the single following line. They really are
supposed to be exactly the same. Is the XML reader broken?
Zytan