in reply to Caching Entities with XML::LibXML
I think to prevent XML::LibXML from loading external entities, you can pass load_ext_dtd => 0 in the constructor. That will stop you from hammering w3.org, but I think it will also somewhat hamper validation, if that's your aim.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Caching Entities with XML::LibXML
by ikegami (Patriarch) on Feb 24, 2010 at 22:44 UTC |