in reply to Re^3: Caching Entities with XML::LibXML
in thread Caching Entities with XML::LibXML

I'm going to create XML::Catalogs (common code) and XML::Catalogs::HTML (installs and loads catalog of HTML DTDs). All you'll need to do to prevent the download of HTML DTDs will be:

use XML::Catalogs::HTML -libxml;