Replies: 1 comment
-
The way to do this is to use a filter for the input. You'll have to get the parser by hand (easiest using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have value objects which are reused in three different types of XML documents I'm parsing.
One of the three types needs to be written to, but the other are read-only. All three have different
xmlns
values - which is causing parsing issues depending on which one I set in the shared classes (in@XmlSerialName
).Is there a way to only set it correctly for the 3rd type of document I need to actually recreate and write, and completely ignore this for the other two cases?
Beta Was this translation helpful? Give feedback.
All reactions