Re: [xsl] not wellformed contents of xsl:template

Subject: Re: [xsl] 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 &lt; and &gt; in a xsl:text statement
<xsl:text>&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</xsl:text>

Cheerio!
-- 
Jean-Baptiste Quenot

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


Current Thread