jackson-dataformat-xml icon indicating copy to clipboard operation
jackson-dataformat-xml copied to clipboard

Allow specifying URI of the default namespace for root element

Open cowtowncoder opened this issue 3 years ago • 2 comments

Although namespace declarations will be automatically written as needed, sometimes it'd be nice to be able to explicitly specify root element namespace binding for the "default" namespace (one with no prefix).

Note that this is similar to #207 but specifically refers to ability to specify desired default namespace URI as opposed to namespace prefix for explicit namespaces.

cowtowncoder avatar Jul 25 '22 21:07 cowtowncoder