in reply to Re^2: Using Xpath to extract text value of nested list elements
in thread Using Xpath to extract text value of nested list elements

xpath is xpath, its part of the xpath specification, it is xpath :) there is 7 types of nodes, and one of them is text and text() selects text nodes :) http://www.w3.org/TR/xpath/
  • Comment on Re^3: Using Xpath to extract text value of nested list elements