General Comparisons
General comparisions: =, !=, <, <=, >, >=
True if any pair of values satisfies the comparison. (XPath 1.0
semantics.)
$book/author = "Kennedy"
is true if $book has one or more authors and at least
one of those authors is “Kennedy”.