You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Psi Aushilfe3 <Au...@prosieben.de> on 2003/08/19 10:44:16 UTC

Order of evaluation of expressions

Hi!

	some[blah=$foo or bla=$bar]/thing

can I be sure that 

	some[blah=$bar]/thing

will only be returned if there is no

	some[blah=$foo]/thing

?

Re: Order of evaluation of expressions

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
please prefix your request with the name of the component your query 
concerns.

- robert

On Tuesday, August 19, 2003, at 09:44 AM, Psi Aushilfe3 wrote:

> Hi!
>
> 	some[blah=$foo or bla=$bar]/thing
>
> can I be sure that
>
> 	some[blah=$bar]/thing
>
> will only be returned if there is no
>
> 	some[blah=$foo]/thing
>
> ?