mickey0
July 6th, 2008, 06:03 PM
Hello,
I have to write an xslt file to access to a CDATA element:
<root>
Other text
<tag> <![CDATA[<mytag>]]> </tag>
</root>
How can I retrieve "<mytag>"? With //tag/text() I obtain "other Text"....
Hints, please?
Cheers
I have to write an xslt file to access to a CDATA element:
<root>
Other text
<tag> <![CDATA[<mytag>]]> </tag>
</root>
How can I retrieve "<mytag>"? With //tag/text() I obtain "other Text"....
Hints, please?
Cheers