← Prev in month
← Prev in 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 < and > in a xsl:text statement <xsl:text></td></tr></table></xsl:text> Cheerio! -- Jean-Baptiste Quenot
← Prev in month
← Prev in thread