Re: [xsl] XML to XSLT to XSLT

Subject: Re: [xsl] XML to XSLT to XSLT
From: "L Rutker" <lrutker@xxxxxxxxxxx>
Date: Tue, 16 Oct 2001 11:27:56 -0400
The following was posted to this list by William Lam a while ago:

This is what I did.

<x:stylesheet
xmlns:x="http://www.w3.org/1999/XSL/Transform";
             xmlns:xsl="anything" version="1.0">
<x:namespace-alias stylesheet-prefix="xsl"
result-prefix="x"/>

<x:template match="/" >
   <xsl:stylesheet version="1.0">
       <xsl:template match="/" />
   </xsl:stylesheet>
</x:template>

</x:stylesheet>

the namespace x nodes are interpreted while the xsl
nodes get copied over ... real easy.


Sabrina Fords wrote:

Hi All,
I'm trying to create transform an XML to and XSLT style sheet, using a XSLT
style-sheet to do the transformation. I was wondering if anyone knew how I
add the namespace from one XSLT style-sheet to another, using XSLT to do the
transformation?


Appreciate any help/advice you can give me.

Sabrina


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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



Current Thread