Re: xpath for NOT Operator

2003-04-05 Thread Richard Light
In message <[EMAIL PROTECTED]>, Paul Brown <[EMAIL PROTECTED]> writes >>>Also is there any XPath that allows you to carry out phrase searching, > >>>or word searches? > >>You have the contains() and starts-with() functions. > >Is there a way to make contains() case insensitive? It's not pretty, an

RE: xpath for NOT Operator

2003-04-05 Thread Paul Brown
Sent: 05 April 2003 13:03 To: xindice-users@xml.apache.org Subject: Re: xpath for NOT Operator In message <[EMAIL PROTECTED]>, Gul Akbar <[EMAIL PROTECTED]> writes > >Hi, >Can you perform a query with the boolean NOT operator? can anyuone give >me examples. I have the

Re: xpath for NOT Operator

2003-04-05 Thread Richard Light
In message <[EMAIL PROTECTED]>, Gul Akbar <[EMAIL PROTECTED]> writes Hi, Can you perform a query with the boolean NOT operator? can anyuone give me examples. I have the query: //mets [ /mets/agent/name='Gul Akbar' NOT /mets/role='Administrator' ] Check out the XPath standard: it isn't a secret! :-