|
Subject: Re: [xsl] not wellformed contents of xsl:template From: "Lisa Rupe" <LRupe@xxxxxxxxxxx> Date: Mon, 6 Aug 2001 15:20:49 -0500 |
* 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>
But then the output in the HTML is </td></tr></table>
and
I want it to be </td></tr></table>. Is there no way around that?
Lisa
Cheerio!
--
Jean-Baptiste Quenot
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Unit tests for XSLT templ, cutlass | Thread | Re: [xsl] not wellformed contents o, Jean-Baptiste Quenot |
| Re: [xsl] not wellformed contents o, Lisa Rupe | Date | [xsl] Ann: Hands-on XSLT/XPath (Oct, G. Ken Holman |
| Month |