RE: [xsl] overriding namespaces

Subject: RE: [xsl] overriding namespaces
From: "Conal Tuohy" <conalt@xxxxxxxxxxxxxxx>
Date: Fri, 30 May 2003 14:03:11 +1200
michael shea wrote:
<snip/>
>So my question is, does anyone know of a way to have 
>different namespaces handled by the same stylesheet?

>I know one solution would be to double up the code inside 
>the stylesheet to include a check for both versions, but 
>this is not an ideal solution.

The only way I could think of is to use XPath expressions like 
"*[local-name(.)='root']/*[local-name(.)='name']" 
instead of: "test:root/test:name" in your stylesheets. 

Yes it's not pretty. 

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


Current Thread