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]
Other format: [Raw text]

Re: cdata?



> How do you access cdata in XSL?
It is just text content the fact that there was a CDATA section is not
recorded, just as the fact thatan attribute value is quoted with " "
or ' ' is not recorded.

>  but it seems to have problems when cdata contains tags?
CDATA sections can not contain tags, that is the whole point of them.
<![CDATA[ aaa <x>bb</x> ]]> 
does not contain element start or end tags, it is identical input to
 aaa&lt;x>bbb&lt;/x&gt; 
The XSLT system sees the same input in both cases.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 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]