xsl-list
[Top] [All Lists]

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

2006-03-22 03:29:00

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>