#1086169 sgml-data: Duplicated attribute definition in svg11.dtd

#1086169#5
Date:
2024-10-28 08:55:47 UTC
From:
To:
Dear Maintainer,


When processing SVG file with following doctype declaration:

<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/
1.1/DTD/svg11.dtd">

xmllint complains

file:///usr/share/xml/svg/svg11.dtd:2278: validity warning : Attribute space of element style: already defined


It seems that such things shouldn't happen and so widely-used DTD as
SVG should be processed without warnings.