Community
Participate
Working Groups
For the following XML: <root> <tag attr1="a" attr2="x">1</tag> <tag attr1="b">2</tag> <tag attr1="b">3</tag> </root> Assuming the context node is /root Examples of XPaths currently not supported: tag[@attr1 != 'a'] - 2 elements tag[@attr2] - 1 element tag[not(@attr2)] - 2 elements Related Stackoverflow question: http://stackoverflow.com/questions/8729285/eclipselink-moxy-xmlpath-support-for-predicate-inequality
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink