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?



> > when cdata contains tags?
> I mean that I seem to have trouble accessing my cdata "This is my" and
> "text.

as you probably gathered from the replies re CDATA marked sections, your
question was misleading as that isn't cdata. The term  "cdata" doesn't
appear in XML, but CDATA does, in two contexts: attribute values and
in CDATA marked sections. In both cases the data can't contain tags
that's essentially why it's called CDATA (as opposed to PCDATA
as it's not _P_arsed to find the start tags)

as others have said, text() will give you the text nodes, or if actually
you want the whole p, then <xsl:copy-of select="p"/> will copy the tree
into the result (unlike value-of which just gives the string value, thus
dropping the b element markup)

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]