xpath to get text inside the form

manuedit

New Member
I have an HTML structure of a page like this,\[code\]<form align="center" method="post" name="form1"><input type="hidden" value="http://stackoverflow.com/questions/13816880/J0512-0491" name="jobid"><input type="hidden" value="http://stackoverflow.com/questions/13816880/1" name="BDID"><br><hr><b>Category: </b>Food & Beverage<br><b>City: </b>Carlyle, Saskatchewan, Canada<br><b>Job Number: </b>05012-04191<br><b>Salary Range: </b>$13.19 - 16.48<br><b>Closing Date: </b>31/03/2013<br><hr><b></b>\[/code\]I need to extract the text of "City:" i.e "Carlyne,Saskatchewan,Canada" using the xpath.any ideas on how to achieve this?
 
Back
Top