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]
Other format: [Raw text]

RE: name space troubles


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


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