hello,
I have an xml file like this I left out some lines):
I'm looking a way to retrieve the content of CDATA using XSLT. Is there any chance , please?
Thanks,
I have an xml file like this I left out some lines):
Code:
<root>
<tag1>
<![CDATA[ hi world! ]]>
</tag1>
</root>
Thanks,
Comment