Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: XML::Parser undefined entity error

by mirod (Canon)
on Aug 18, 2001 at 18:19 UTC ( [id://105916]=note: print w/replies, xml ) Need Help??


in reply to XML::Parser undefined entity error

What you can do is use a "fake" DTD:

<?xml version="1.0"?> <!DOCTYPE rec SYSTEM "dummy.dtd" []> <rec>...

This will get rid of the errors, and you will get the entity in the Default handler. Make sure you reset properly what you buffer in that handler and you should be all set.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://105916]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 04:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found