This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: xsl to xsl doing it right


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]