|
This is a fairly simple request, but I cannot find it in the
docs. How do I tell JaxMe to ignore completely unexpected elements
and attributes? I do not care to have them marshaled into a DOM element
(though that would be cool). I just need forward compatibility with new
extensions of the schema. Currently, it throws ghastly exceptions like:
javax.xml.bind.UnmarshalException: JM_EVENT_UNEXPECTED_CHILD_ELEMENT:
Unexpected element: 'custId' Thanks Neil |
- Ignoring unknown/unexpected Elements and Attributes Neil Pitman
