[Home] [By Thread] [By Date] [Recent Entries]
I wrote a stylesheet that outputs another stylesheet. Here is a snippet
...
<xsl:element name="xsl:stylesheet">
<xsl:attribute name="version">1.0</xsl:attribute>...all the content... </xsl:element> ... It should output this <xsl:stylesheet version="1.0"> ...all the content... </xsl:stylesheet> There are several other ways to get the xsl tags out. The above uses xsl:element which is perhaps a bit 'wordy' but was easier for me to understand when I was first learning. Gary Rafael 'Dido' Sevilla wrote: How do I write a stylesheet that generates another stylesheet? Will XSLT processors be smart enough to note that: XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



