#1 [xhtml]
Datatypes
XPath has three basic datatypes: nodes, literals, and numbers.
All numbers are floating point numbers (e.g. 1.0 is the same as 1)
Literals must be quoted: 'value' or "value"
Predicate examples:
item[@id='late'] item[position()=1]