Edit

kc3-lang/libxml2/result/errors/dup-xml-attr2.xml.str

Branch :

  • Show log

    Commit

  • Author : Nick Wellnhofer
    Date : 2024-10-28 20:12:52
    Hash : ffb058f4
    Message : parser: Fix detection of duplicate attributes We really need a second scan if more than one namespace clash was detected.

  • result/errors/dup-xml-attr2.xml.str
  • ./test/errors/dup-xml-attr2.xml:2: namespace error : Namespaced Attribute a in 'urn:a' redefined
        <elem a:a="" b:a="" b:a=""/>
                                  ^
    ./test/errors/dup-xml-attr2.xml:2: namespace error : Namespaced Attribute a in 'urn:a' redefined
        <elem a:a="" b:a="" b:a=""/>
                                  ^
    ./test/errors/dup-xml-attr2.xml:2: parser error : Attribute b:a redefined
        <elem a:a="" b:a="" b:a=""/>
                                  ^
    ./test/errors/dup-xml-attr2.xml : failed to parse