The docs say that the following things evaluate as false in a path expression: - the number zero - an empty string - an empty list - the nothing variable So, my question is, is this list complete? Shouldn't empty dictionaries and tuples evaluate as false too? Michael Bernstein.