Subject: RE: outputting CDATA section
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 22 Apr 2003 19:52:01 +0100
|
> So, how the heck do I put in those CDATA tags?! I
> cannot use the cdata-sections attr in xsl:output
> because the element name is not unique. There are
> about 10 other <property> elements with differing name
> attr values.
cdata-section-elements takes a whitespace-separated list of element
names, e.g.
cdata-section-elements="a b c d e"
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|