Repairing XMLStreamWriter
tries to bind xml
namespace URI
#108
Milestone
XMLStreamWriter
tries to bind xml
namespace URI
#108
(note: result of FasterXML/jackson-dataformat-xml#395)
Looks like Woodstox tries to bind pre-defined namespace with URI
http://www.w3.org/XML/1998/namespace
which should always be bound asxml
and neither need to be redefined nor legal to rebind. Woodstox parser does properly detect the issue.This occurs both for attributes and elements.
The text was updated successfully, but these errors were encountered: