[
Lists Home |
Date Index |
Thread Index
]
Jirka Kosek <jirka@kosek.cz> writes:
> I was playing with schema support in .NET and found something which
> seems as a bug to me.
>
> Assume that we defined element firstname as xs:token:
>
> <xs:element name="firstname" type="xs:token"/>
>
> and document instance contains:
>
> <firstname> John </firstname>
>
> I thought that this should validate as xs:token whitespace handling is
> "collapse" and leading and trailing spaces shouldn't be part of
> lexical space from which is value converted to value space on which
> data-type validation should operate. But .NET parser report this as
> error. (BTW Xerces accept this without complaints.)
I believe your argument is correct, and see no basis for an error in
this case.
ht
--
Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
Half-time member of W3C Team
2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
URL: http://www.ltg.ed.ac.uk/~ht/
[mail really from me _always_ has this .sig -- mail without it is forged spam]
|