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

Where did you find this pseudo-function in the XPath module? I could not find it in the methods the documentation present and in the source neither or I might not have the enlightenment to see. Could you please bring me the light ?
  • Comment on Re^2: Using Xpath to extract text value of nested list elements

Replies are listed 'Best First'.
Re^3: Using Xpath to extract text value of nested list elements
by Anonymous Monk on Mar 21, 2014 at 08:36 UTC
    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/