Called when an external entity is referenced.
Base is the base to be used for resolving
a relative URI. Sysid is the system ID.
Pubid is the public ID.
Base and Pubidmay be undefined. This handler should either return a string or an
open filehandle that represents the contents of the external entity.
A return value of undef indicates that the
external entity couldn't be found.
If an open filehandle is returned, it must be returned as either a
glob or as a reference to a glob (e.g., an instance of IO::Handle).
The default handler installed for this event is
XML::Parser::lwp_ext_ent_handler unless NoLWP option is true, in
which case XML::Parser::file_ext_ent_handler is the default handler
for external entities.