Subject: Re: 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 |
- HTML in CDATA
- Robert Dahnke - Mon, 11 Jun 2001 19:54:27 -0400 (EDT)
- Mike Brown - Mon, 11 Jun 2001 21:55:47 -0400 (EDT)
- Michael Kay - Tue, 12 Jun 2001 05:28:37 -0400 (EDT)
- Carsten Heinrigs - Tue, 12 Jun 2001 09:52:12 -0400 (EDT) <=
- <Possible follow-ups>
- Chris Kruse - Mon, 11 Jun 2001 20:07:17 -0400 (EDT)
- Mike Brown - Mon, 11 Jun 2001 21:57:09 -0400 (EDT)
- Williams, Brad - Tue, 12 Jun 2001 12:05:52 -0400 (EDT)
- Tim Watts - Tue, 12 Jun 2001 19:46:48 -0400 (EDT)
|
|