Re: [xsl] Re: Un-cdata-section-elements

Subject: Re: [xsl] Re: Un-cdata-section-elements
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 22 Mar 2006 10:28:17 GMT
> No, that's not good enough; the output I want to be valid XHTML 1.0
> Strict, and as such it needs to live in a CDATA section,

XHTML does not require a CDATA section here or anywhere else.
It's impossible to require CDATA sections in XML DTD or schema, just as
its impossible to require " rather than ' around attribute values.
The examples given were valid XHTML. You only need to use CDATA at all
if you want to use < and & but not escape them as &lt; and &amp;.
It's usually easy enough to avoid these characters in javascript
anyway. & isn't used much and you can usually use > instead of < just by
reordering the expression.

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread