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 ************


Thanks very much, I've got my answer :)

Florence.


-----Message d'origine-----
De : owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]De la part de David
Carlisle
Envoyé : mercredi 24 octobre 2001 12:10
À : xsl-list@lists.mulberrytech.com
Objet : Re: [xsl] ***********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


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