General Comparisons

General comparisions: =, !=, <, <=, >, >=

True if any pair of values satisfies the comparison. (XPath 1.0 semantics.)

$recipelist/*/r:source = "My Mom"

is true if $recipelist has one or more elements with an r:source child with the value “My Mom”.