Incorrect <xsl:namespace> example

I'm not sure if this has been reported or fixed already, but there is an error 
in the <xsl:namespace> example in the 12 November 2003 Working Draft of XSLT 
2.0. It has:

<xsl:namespace name="xs" select="http://www.w3.org/2001/XMLSchema"/>

Where it should be:

<xsl:namespace name="xs" select="'http://www.w3.org/2001/XMLSchema'"/>

-Erik

Received on Wednesday, 4 February 2004 21:25:17 UTC