libxml2/result/errors/ns-undeclared.xml.err
Nick Wellnhofer f237e5b934 parser: Avoid duplicate namespace errors
Don't report an extra attribute uniqueness error if a namespace is
undeclared. This matches old behavior.
2024-01-05 20:39:40 +01:00

4 lines
265 B
Plaintext

./test/errors/ns-undeclared.xml:1: namespace error : Namespace prefix xLink for href on linearGradient is not defined
<linearGradient id='gradient4' xLink:href='#gradient3' href='otherHref'/>
^