Subject: Re: not wellformed contents of xsl:template
From: Jean-Baptiste Quenot <jb.quenot@xxxxxxxxxxxxxx>
Date: Mon, 6 Aug 2001 21:33:39 +0200
|
* Lisa Rupe:
> Is it possible to put HTML tags that are not well-formed into
> xsl:template?
Yes, by using CDATA sections <![CDATA[</td></tr></table>]]>
or by escaping < and > to < and > in a xsl:text statement
<xsl:text></td></tr></table></xsl:text>
Cheerio!
--
Jean-Baptiste Quenot
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|