CDATA display...

Subject: CDATA display...
From: "Vijay K" <vijayk@xxxxxxxxxxxxxxx>
Date: Mon, 6 Mar 2000 11:34:52 +0530
Hello,

I have a requirement to display some data that is in an XML file purely in
CDATA format.

eg:

<?xml version="1.0" encoding="ISO-8859-1"?>
<someTag ...>

<![CDATA[  "data"  ]]>

</someTag>

How can I use an XSL sheet to display the contents "data"? What should I
parse for in the XML file. I tried <xsl:templates match ="/"> ,
<xsl:templates match ="."> but neither seems to help me display "data".

thanks,
Vijay.


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread