RE: [xml-dev] XPath challenge: can you simplify this XPath expression?

From
Costello, Roger L. <>
To
"''" <>
Date
2009-05-11T16:53:07Z
ID
<>
Thread
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