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?
> CDATA sections are out of XPath data model and they are treated simply
> as text nodes.
> 
> > So far I've been using just '.' but it seems to have problems when
> > cdata contains tags?
> CDATA stands for "character data", if you place markup data into CDATA
> it's probably poor design.

I mean that I seem to have trouble accessing my cdata "This is my" and
"text." from something such as this common lil structure:

<p> This is my <b> bold </b> text. </p>

Am I not supposed to format XML that way or am I just trying to access the
text in some incorrect way?


 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]