Strange xml parsing behavior (at least to me!!!)

If you load an xml document with the dom (I tried it with MSXML and System.Xml.XmlDocument) that has the node content set to > (greater than) the value is escaped by the parser.

If you specify an xml (containing the greater than sign) as the node content it isn't escaped.

So if you have

<root>></root> you'll get <root>&gt;</root>

if you have

 <root>><foo /></root> you'll get (the same) <root><foo /></root>

Strange!

posted @ venerdì 11 gennaio 2008 19:00

Print
Comments have been closed on this topic.
«dicembre»
domlunmarmergiovensab
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234