Hello,
I have to write an xslt file to access to a CDATA element:
How can I retrieve "<mytag>"? With //tag/text() I obtain "other Text"....Code:<root>
Other text
<tag> <![CDATA[<mytag>]]> </tag>
</root>
Hints, please?
Cheers
Printable View
Hello,
I have to write an xslt file to access to a CDATA element:
How can I retrieve "<mytag>"? With //tag/text() I obtain "other Text"....Code:<root>
Other text
<tag> <![CDATA[<mytag>]]> </tag>
</root>
Hints, please?
Cheers