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: Displaying text nodes and child nodes



> I try to use a cdata to make the stylesheet ignore those tags but it pass to
> the browser as smile text and they are shown as <tag>.

Yes that's exactly what CDATA is for, to tell the parser that < does not
start a tag but is just _c_haracter  _data_.

Don't use CDATA sections in your source, and then just use xsl:copy-of (not
xsl:copy or xsl:value-of) to copy the tree to the output.

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]