#727071 libxml2-utils: with --dtdvalid, failed to load external entity

Package:
libxml2-utils
Source:
libxml2
Description:
GNOME XML library - utilities
Submitter:
Vincent Lefevre
Date:
2021-07-05 18:33:05 UTC
Severity:
normal
Tags:
#727071#5
Date:
2013-10-22 02:07:19 UTC
From:
To:
I get the following warning:

$ xmllint --noout --dtdvalid file:///usr/share/xml/fontconfig/fonts.dtd /etc/fonts/fonts.conf
/etc/fonts/fonts.conf:2: warning: failed to load external entity "/etc/fonts/fonts.dtd"
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
                                        ^

I don't see the point of this confusing warning since I just use the
--dtdvalid option, whose goal is to provide a DTD that is typically
different from the oone specified in the XML file.