This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: internal DTD-subset and CDATA-section



> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]