in reply to Re^2: Trapping XML error using Perl
in thread Trapping XML error using Perl
I'm afraid that you can't do that with XML::Parse because it dies on malformed XML.
On the other hand try and see XML::SAX and XML::SAX::Exception. I think they can help you
Careful with that hash Eugene.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Trapping XML error using Perl
by Anonymous Monk on Jun 14, 2008 at 07:56 UTC |