Community
Participate
Working Groups
When a document is created from the XML fragment below a endPrefixMapping event is being called for each attribute. This can cause problems for the ContentHandler receiving the events. <?xml version="1.0" encoding="UTF-8"?> <td:root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:td="foo" xsi:schemaLocation="foo foo.xsd" a="0" b="1" c="2" d="3" e="4" f="5" g="6" />
Created attachment 184190 [details] Core - Fix
Created attachment 184309 [details] MOXy - Test Cases
Fix checked into trunk at rev: 8600 Code reviewed by: David McCann Now DOMReader properly checks that the attribute name is "xmlns" and not just not null before calling endPrefixMapping.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink