[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] name space troubles


Subject: RE: [xsl] name space troubles
From: Americo Albuquerque <aalbuquerque@xxxxxxxxxxxxxxxx>
Date: Mon, 27 May 2002 14:00:58 +0100

H1 there!

Since the namespace is itself an attribute can't it be passed as:
<xsl:attribute name="xmlns">http://www.deio.net/cbamessage</xsl:attribute> ?

so the creation of the element would be:
<xsl:element  name = "xsl:stylesheet">
 <xsl:attribute  name = "version">1.0</xsl:attribute>
 <xsl:attribute name="xmlns">http://www.deio.net/cbamessage</xsl:attribute>
 ....
</xsl:element>

can this do the same effect?



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



Current Thread