54
Xpath: Text Nodes
•
•Result:   Serge Abiteboul
•                   Jeffrey D. Ullman
•
•Rick Hull doesn’t appear because he has firstname, lastname
•
•Functions in XPath:
–text()    = matches the text value
–node()  = matches any node (= * or @* or text())
–name() = returns the name of the current tag
/bib/book/author/text()