in reply to XML::LibXML complains
Found it…
my $doc = XML::LibXML->load_xml( location => shift, validation => 0, load_ext_dtd => 0, # <- That's the key );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: XML::LibXML complains
by Anonymous Monk on Sep 05, 2017 at 10:37 UTC |