libxml2/result/errors/dup-xml-attr.xml.err
Nick Wellnhofer 186562a182 parser: Fix detection of duplicate attributes in XML namespace
Fixes a regression from commit e0dd330b, resulting in duplicate
attributes in the predefined XML namespace not being detected or
extraneous default attributes being passed.

Fixes #704.
2024-03-12 20:02:52 +01:00

4 lines
147 B
Plaintext

./test/errors/dup-xml-attr.xml:1: parser error : Attribute xml:lang redefined
<doc xml:lang="en" xml:lang="de"/>
^