> 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
| Current Thread |
- RE: cdata?, (continued)
- David Carlisle - Sat, 17 Nov 2001 06:49:55 -0500 (EST)
- Michael Kay - Sat, 17 Nov 2001 08:05:14 -0500 (EST) <=
|
|