Categories
How to parse via xpath?
Need to get "content"
<html><body><span>title:</span>content</body></html>
Answer the question
In order to leave comments, you need to log in
//*[contains(text(), "title")]/following-sibling::text()[1]
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question