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: XSL Generator in XSL.


Edward.Middleton@nikonoa.net 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


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