I am unable to get the xpath of the following span element:
<span data-ft="{"tn":"K"}" class="userContent">This is the third post of this page.</span>
I have pasted the xml file at this url:http://pastebin.com/MfXsYSJQ (Just ctrl+f it). I am trying the following xpath:
html/body//span[@class='userContent']
But its returning null.So why is it so and how should I get it from the page?