Closed mitchellmorris closed 10 years ago
Hi @mitchellmorris
Try this:
//resume/objective[1]/text()[2]
The objective element has 3 text childs (first and last are whitespace) and you need the second one. If you were to delete the white space then your query would also get it.
Indeed it worked! Thanks for your help!
Wondering best way to extract CDATA?
This:
Returns:
Any ideas how I can get:
Thanks so much for the great work!