Re: [xsl] internal DTD-subset and CDATA-section

Subject: Re: [xsl] internal DTD-subset and CDATA-section
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 23 Mar 2001 18:47:01 GMT
> Why is there no point?
> Below is the complete desired output.

But without the CDATA marked section it would form identical
input to an XML parser.

   <style type="text/css"><![CDATA[
.balls {font: 30pt arial}
                ]]></style>

is the same as

   <style type="text/css">
.balls {font: 30pt arial}
                </style>

It's just a syntactic markup difference ignored by the XML application,
in the same way that 
  <style type="text/css">
is the same as
  <style type   =   'text/css'
                                  >


David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread