Re: [xsl] HTML in CDATA

Subject: Re: [xsl] HTML in CDATA
From: Carsten Heinrigs <carst@xxxxxxxxxx>
Date: Tue, 12 Jun 2001 09:54:38 -0400
if you would allow html %inline;, instead of
 <article><![CDATA[Test News<br><br>Test News<br><br>Test News]]></article>
you could write
<article>Test News<br/><br/>Test News<br/><br/>Test News</article>
and with
<xsl:copy-of select="node()">
you get the html.

carst
-- 
Carsten Heinrigs
Ocean-7 Development
Tel: 212-533-8460


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


Current Thread