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: ***********Transformation of an XML document containing a default namespace ************


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


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