← Prev in month ← Prev in thread

DOCBOOK-APPS: Re: [xsl] not wellformed contents of xsl:template

From
Jean-Baptiste Quenot <>
Date
2001-08-06T20:05:04+00:00
ID
Thread
DOCBOOK-APPS: Re: [xsl] not wellformed contents of xsl:template
* 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
← Prev in month ← Prev in thread