How to get CDATA of from xml node using xsl ?
- by Vijay
Hi All,
I am trying to fetch CDATA section of XML node using XSL.
Node looks like;
<node id=1 text="Book Information" ><![CDATA[This is sample text]></node>
Does anyone have any idea about this?
Thanks in advance.