Resoultion of Bug 1824: Functions return xs:NCName, but xs:NCName is not support in XSLT 2.0 Basic

If I understand this correctly, then code such as the following:


        <xsl:variable name="element_name" select="../@name"
        as="xs:TOKEN" />

should not be rejected by a Basic XSLT processor, but should be
treated as if it were coded as:

        <xsl:variable name="element_name" select="../@name"
        as="xs:string" />

Is this a correct understanding?
-- 
Colin Adams
Preston Lancashire

Received on Thursday, 29 September 2005 11:35:51 UTC