Dear Monks,
I am processing a large number of external XML files. Is there a way to make the XML::Twig parser simply ignore entities and parse successfully?
I've tried, "my $twig = new XML::Twig(expand_external_ents => -1);" but I get the same error.
Thank you!
Rob