Community
Participate
Working Groups
For the following XML: <root> <header>a</header> <tag>1</tag> <tag>2</tag> <tag>3</tag> </root> Assuming the context node is /root/tag Examples of XPaths currently not supported: ../header/text() parent::*/header/text() Related Stackoverflow question: http://stackoverflow.com/questions/8404134/eclipselink-moxy-xmlpath-support-for-axes-parent
I'm currently running into the same need trying to support a very complex schema (MISMO v3.0.CR.201005 if that's interesting).
Getting this issue resolved would also be very useful for us.
same here. we badly need this feature. for now we will go back to the old school xpath parsing. our project is heavy with xml that we dont control the schema. thanks in advance.
would be great to have 'parent' or 'child' checks. ie: Customer/Field[child::Type/text()='Code']/Value/text() http://stackoverflow.com/questions/35214678/object-mapping-for-xml-moxy-alternative
Yes, moxy is really great but it's quite unfortunate that axis are not supported - this turns it from a tool with quite some promise into something that's simply incomplete and doesn't support many real-world use cases.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink