Subject: Re: Must be a better way to write this XPath expression
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 6 Jun 2003 17:16:36 +0100
|
> /data/stuff/(a|b)
that will be allowed in Xoath 2
but for now you can do
/data/stuff/*[self::a or self::b]
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|