[xsl] Carrying Namespaces through a XSL to XSL Transformation

Subject: [xsl] Carrying Namespaces through a XSL to XSL Transformation
From: "Smith, Chad" <chadsm@xxxxxxxxx>
Date: Wed, 27 Dec 2000 13:12:43 -0500
> Because of the inability to convert XPath strings to XPath nodesets, I am
> forced to perform XSL to XSL Transformations.  these transformations have
> worked out well with a single exception: I cannot migrate more than one
> namespace to the resulting XSLT file.  This is a problem because I would
> like for the resulting XSLT to utilize some form of embedded script, but
> since I am using Xalan, this requires two additional namespaces.
> 
> I am currently using 'xsl:namespace-alias' to carry over the actual XSL
> namespace, however multiple uses of this tag with different properties do
> not migrate additional namespaces but only attempt to overwrite the first.
> 
> Any ideas?

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


Current Thread