[FS] MS-FS-LC1-126

Section 4.7.3.5	
Technical

Normalization is using two things not available in XQuery: A union
sequence type (just call this out), and casting from string to QName
(please fix). Since we raise an error if the QName is not an NCName, we
should instead use NCName (which happens to be a subtype of xs:string).
This would simplify the normalization and still give us type safety.

Received on Monday, 14 June 2004 15:38:36 UTC