Hash : ffb058f4 Author : Date : 2024-10-28T20:12:52
parser: Fix detection of duplicate attributes We really need a second scan if more than one namespace clash was detected.
Download
1 2 3
<doc xmlns:a="urn:a" xmlns:b="urn:a"> <elem a:a="" b:a="" b:a=""/> </doc>