We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi
I am using XsData XmlSerializer i am trying to render xml string to normal xml but like clean xml so i dont want this ns0 and so on
like this in image i just need normal clean way without those namespases what is the reason for it ?
The text was updated successfully, but these errors were encountered:
Hi @ltsetskhladze
You can read more about namespaces and prefixes here https://www.w3schools.com/XML/xml_namespaces.asp
In order to avoid the prefix completely you can use the default namespace config https://xsdata.readthedocs.io/en/latest/data_binding/xml_serializing/#default-namespace
Sorry, something went wrong.
No branches or pull requests
Hi
I am using XsData XmlSerializer i am trying to render xml string to normal xml but like clean xml so i dont want this ns0 and so on
like this in image i just need normal clean way without those namespases what is the reason for it ?
The text was updated successfully, but these errors were encountered: