-
-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to remove unnecessary xmlns="" in the child element #355
Comments
That is not a bug but feature. Your Or, you need to declare same namespace for |
The feature is quite poor IMO, as you must annotate actually EACH field with JacksonXmlProperty with the same namespace. |
Relates to #18. |
Hello guys,
I want to add namespace to the
root
element, but thechild
elements were attached an emptyxmlns=""
, would you guys help me to remove the redundant bugs.here is my xml output
I want to remove the xmlns="" in the
<name xmlns="">parent</name>
and<Child xmlns="">
here is my java code
and here is my dependencies
The text was updated successfully, but these errors were encountered: