RE: [xml-dev] Handling of significant whitespace in .NET XmlReade r

From
Bullard, Claude L (Len) <>
To
'Derek Denny-Brown' <>,
Date
2003-07-08T17:45:35Z
ID
<>
Thread
RE: [xml-dev] Handling of significant whitespace in .NET XmlReade r
And that is one demonstration of the limits of XML as 
a 'self-describing' format.  In the long haul, schematization 
in some form is required.  Given the other benefits, there are 
numerous 'advantages of XML' documents that should be ammended 
to reflect this fact.

len

From: Derek Denny-Brown [mailto:]

the only viable option is (2).  And indeed, if you use the
XmlValidatingReader and have a DTD/XSD which identifies the content as
mixed, you will get back SignificantWhitespace, rather than just Whitespace.