Re: [xsl] ***********Transformation of an XML document containing a default namespace ************

Subject: Re: [xsl] ***********Transformation of an XML document containing a default namespace ************
From: Mark Nahabedian <naha@xxxxxxxxxx>
Date: Wed, 24 Oct 2001 11:49:36 -0400
David Carlisle writes:
 > 
 > > How can I do ? Is this possible ?
 > 
 > you need to declare the test namespace twice, once with a prefix, so you
 > can use it in xpaths, and once without so you can output elements
 > without a prefix. You will most likely get both declarations appearing
 > in the outout, probably you shouldn't care about that but if you do, you
 > can use <xsl:element name="xxx"> instead of <xxx> then the other
 > namespace nodes for the prefixed namespace will not be copied.

I tried doing something like this a few weeks ago and it didn't work
for me.  There seems to be no way to control which namespace prefix
(including the "empty" prefix) the serializer uses if there is more
than one prefix for a given namespace URI.



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


Current Thread