How to get node value / innerHTML with xpath?

mchrisfardgaq

New Member
Well i have a xpath to dig to a class i want: //div[@class='myclass']. But it returns me the whole div (with the < div class='myclass'> also and i would like to return only the contents of this tag without the tag itself . How can i do it?
 
Back
Top