Jaxb and xpath
843834Mar 14 2003 — edited Mar 17 2003Hello,
I would like to unmarshall a xpath response from a xmldatabase(xindice). My problem is that the unmarshaller can't do it because it can't find the root element.
Now my question. Is it possible to unmarshall a fragment of the XML data into a JAXB Object.
The only solution I found is to write a schema for all xpath requests. But I don't like to write 4 schemas for only one xml document.
I'm thankfull if anybody can tell me better solution.
Arnd