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
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 1 of 1
Thread: cdata
|
Click Here to Expand Forum to Full Width |