RE: [xsl] xsl to xsl doing it right

Subject: RE: [xsl] xsl to xsl doing it right
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 4 Apr 2001 21:13:42 +0100
> The xml is processed correctly and everything seems to work properly
> except....In the output alex is not replaced with xsl.
>

<xsl:namespace-alias> is defined to modify the namespace URI. It doesn't say
anything about the namespace prefix, and there has been a lot of debate
about what's the right approach. But it doesn't really matter: a stylesheet
that begins with <alex:stylesheet> is a perfectly valid stylesheet provided
"alex" is bound to the correct namespace URI.

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread