EVALUATION
ChangeSet=http://hg.openjdk.java.net/jdk6/jdk6/jaxp/rev/5c070921580c,ChangeRequest=6923146,ChangeRequest=6917454,ChangeRequest=6472982,ChangeRequest=6909759,ChangeRequest=6333993,ChangeRequest=6900779,ChangeRequest=6900773,ChangeRequest=6900249,ChangeRequest=6675332,ChangeRequest=6889654,ChangeRequest=6889649,ChangeRequest=6863312
|
EVALUATION
The javadoc for the XMLStreamWriter in jdk6 states that:
writeAttribute(namespaceURI, localName, value) should output prefix:localName="value" [1] when namespaceURI is bound, where note [1] states "if namespaceURI == default Namespace URI, then no prefix is written"
This statement is a violation of Namespaces in XML 1.0. I will file a request to get this corrected in the javadoc and then fix this bug.
|