[
Lists Home |
Date Index |
Thread Index
]
> Why is it not possible to return all /a[b + 1 = 6] ?
well it is of course, but just not with that syntax. for example you
could do
a[b/(.+1)=6]
which returns all a that have a b child which is equal to 6 when you add
1 (which I would probably write as
a[b=5]
but that's just a matter of taste:-)
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. 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
________________________________________________________________________
|