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]

CDATA display...


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]