libxml2/test/errors/dup-xml-attr2.xml
Nick Wellnhofer ffb058f484 parser: Fix detection of duplicate attributes
We really need a second scan if more than one namespace clash was
detected.
2024-10-28 20:26:55 +01:00

4 lines
78 B
XML

<doc xmlns:a="urn:a" xmlns:b="urn:a">
<elem a:a="" b:a="" b:a=""/>
</doc>