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? So far I've been using just '.' but it
> seems to have problems when cdata contains tags?

CDATA cannot contain tags. The purpose of CDATA is to tell the XML parser
that things like "<" are to be treated as ordinary characters, not as
markup. If you want it treated as markup, don't put it in CDATA.

Mike Kay


 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]