Altova Mailing List Archives>Archive Index >xmlschema-dev Archive Home >Recent entries >Thread Prev - Re: normalized enumeration facet values >Thread Next - Re: normalized enumeration facet values Re: normalized enumeration facet valuesTo: "Henry S. Thompson" <ht@---.--.--.--> Date: 3/15/2005 10:04:00 PM
Hi,
Henry S. Thompson wrote:
> Kasimier Buchcik <kbuchcik@4...> writes:
>
>
>>I stumbled over a difference between XSV 2.7 and Xerces-J 2.6.2, related
>>to whitespace handling of enumeration facet values. XSV seems not to use
>>the normalized value of the facet in this case, while Xerces does.
>
>
> That's a bug -- I'm embarassed I wasn't detecting that in my testing :-(
>
> Will be fixed in next release.
I still have a question concerning a similar issue: If restricting the
value of the whitespace facet of the base type, what whitespace
value is actually used for validation, the inherited or the restricted?
Example:
<?xml version="1.0"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<element name="foo">
<simpleType>
<restriction base="string">
<enumeration value="hel lo"/>
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</element>
</schema>
<?xml version="1.0"?>
<foo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> hel lo </foo>
Xerces uses the inherited whitespace value for normalization:
"(Error) cvc-enumeration-valid: Value 'hel lo' is not facet-valid with
respect to enumeration '[hel lo]'. It must be a value from the
enumeration."
XSV (I'm not sure if it just fails due to the bug):
"element content failed type check: hel lo not in enumeration [hel lo]"
Note that XSV is reporting the "collapsed" value of the enumeration
facet.
Regards,
Kasimier
From K.Buchcik@4... Tue Mar 15 21:10:11 2005
Received: from lisa.w3.org ([128.30.52.41])
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
