This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: HTML in CDATA


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]