#3 [xhtml]
Predicates - Operators
Predicates can be separate by boolean operators: 'or' , 'and'
a[@name or @href] word[syn and @link]
Negation is a function
a[not(@name)]
Values can be compared by: =, !=, <, >, <=, >=
a[@name='termlink'] word[@type!='noun' and position()>1]