I need help with getting a part of an XML file with tags like this:
<SomeTag><![CDATA[TEXT I WANT HERE]]></SomeTag>
I've been playing around with RexExp for this, and can't get it right. Can you suggest the proper way please?
EDIT:
Not interested in XML parsing for this particular case.
can be anything, not just "SomeTag". Same with "Text I want here".
Thank you.