RE: [xml-dev] XPath challenge: can you simplify this XPath expression?
I was just informed that the predicate [1] is not needed outside the except() function. So, the super, super XPath is David's solution: ************************************************ Title and Date and empty(* except (Title[1], Date[1], Author)) ************************************************ Incredible. /Roger