On 22/12/06, Chris Pallé <[EMAIL PROTECTED]> wrote:
> The only time I've used CDATA is creating a DTD. What is it's
> usefulness/purpose here?

XML DTDs don't allow elements to be specified as containing CDATA, so
you have to be explicit in the document that the content is CDATA or
use entities to represent any & or < characters in the stylesheet.

If you are serving the XHTML document as text/html then things get
rather more complicated.

Its easier to use link elements with external stylesheets instead (and
to use HTML 4.01).

-- 
David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to