RE: [xsl] XSL Generator in XSL.

Subject: RE: [xsl] XSL Generator in XSL.
From: Joerg Pietschmann <joerg.pietschmann@xxxxxx>
Date: Thu, 31 Jan 2002 09:36:55 +0100
Edward.Middleton@xxxxxxxxxxx wrote:
> I found this a problem when I used <xsl:element name="xsl:xsl-command"/> to create a tag.

Don't do this. Use
 <xsl:element name="xsl-command" namespace="{$xsl-namespace-uri}"/>
See http://www.w3.org/TR/xslt#section-Creating-Elements-with-xsl:element

HTH
J.Pietschmann

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


Current Thread