RE: Use of Disjunction in XPath

> I have a question about the use of disjunction in XPath:
> 
> Is it possible to write path expressions like the following one?
> 
> a / ( a|  b) / (c | d/g)
> 

This is allowed in XPath 2.0 but not in XPath 1.0

Michael Kay

Received on Monday, 9 June 2003 10:42:05 UTC