You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Upayavira <uv...@upaya.co.uk> on 2003/12/09 09:58:31 UTC

What XPATH is available

I am trying the following XPath:

//music[contains(title, 'hello')]

which gives me an error:
 java.lang.NoSuchMethodError: org.apache.xpath.compiler.OpMap.getOpMap()[I

This suggests that this XPath expression is not supported by XIndice. 
Can someone tell me what XPath I do have access to? Is it just the 
//music[title = 'hello'] kind? If so, this is rather limited/limiting.

Thanks,

Upayavira