hi,
i have a question in XPATH.
i am reading from XML file and i would like to know how can i extract a name from this line:
<Name><![CDATAEdi></Name>
lets say i want to get Dani?
my c# query is like this:
strExpression = "A/B/C/D";
and i also would like that it won't skip lines like this <Name><![CDATADani]></Name>
on the XML
thanks in advance!