[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
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
|