Is there a way to access the PSVI value of xs:token types using C# (.NET
Framework 2.0)?
This issue has been around for some time (see
http://lists.xml.org/archives/xml-de...msg00382.html). It appears that
validation of token types now behaves correctly but the parser (e.g.
XmlReader) still does not normalise the value (i.e. it is not PSVI enabled).
In other words, is there a way to receive the following "test" element value
(if defined in xml schema to be of type xs:token) as "A B C"? (its lexical
value)
<test A
B
C </test>
Regards,
Nick.
Framework 2.0)?
This issue has been around for some time (see
http://lists.xml.org/archives/xml-de...msg00382.html). It appears that
validation of token types now behaves correctly but the parser (e.g.
XmlReader) still does not normalise the value (i.e. it is not PSVI enabled).
In other words, is there a way to receive the following "test" element value
(if defined in xml schema to be of type xs:token) as "A B C"? (its lexical
value)
<test A
B
C </test>
Regards,
Nick.
Comment