[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] problem adding namespace node
Subject: [xsl] problem adding namespace node
From: "Majirus FANSI" <jmfansi@xxxxxxxxxxx>
Date: Tue, 28 Feb 2006 16:39:20 +0100
|
Hi all,
Should anyone knows how to add a namespace to a node?
i have tried the following approach:
first, i create a dummy attribute;
<xsl:variable name="dummy">
<xsl:element name="p:a" namespace="http://majirus.org"/>
</xsl:variable>
|