xsl-list
[Top] [All Lists]

accessing CDATA from XSL

2002-12-22 23:45:06
I have an xml file which has got a CDATA in it for eg: 
<parent> 
<child>.... </child> 
< ! [ CDATA[ hi how r u .....]]> 
</parent>

so from my xsl i want to access the content of the CDATA 
ie .. i how do i do that ie 
<xsl:template match="Parent"> 
<xsl:value-of select="."/> 
i want the CDATA value here 
so how do i do that 
mukund


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



<Prev in Thread] Current Thread [Next in Thread>