Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.3.0
-
None
-
Operating System: All
Platform: All
-
20530
Description
Parsing the following document, with namespace processing enabled, Xerces-C++
does not report an error.
<?xml version="1.0"?>
<root xmlns:foo="http://foo.com/hr" xmlns:bar="http://foo.com/hr">
<a foo:bar="Yes" bar:bar="No"/>
</root>