How to get CDATA of from xml node using xsl ?
Posted
by Vijay
on Stack Overflow
See other posts from Stack Overflow
or by Vijay
Published on 2010-06-03T06:02:58Z
Indexed on
2010/06/03
6:24 UTC
Read the original article
Hit count: 204
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.
© Stack Overflow or respective owner