Subject: RE: ***********Transformation of an XML document containing a default namespace ************
From: "florence amardeilh" <florence.amardeilh@xxxxxxxxxxxxx>
Date: Wed, 24 Oct 2001 12:32:24 +0200
|
Thanks very much, I've got my answer :)
Florence.
-----Message d'origine-----
De : owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]De la part de David
Carlisle
Envoyé : mercredi 24 octobre 2001 12:10
À : xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Objet : Re: ***********Transformation of an XML document
containing a default namespace ************
> 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.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|