in reply to Re^2: Repair malformed XML
in thread Repair malformed XML

You don't say what version of perl you're using. My first attempt to use XML::Twig was with perl 5.6, and it died a horrible death ... simply upgrading perl to 5.8.1 was sufficient to handle the reading/writing of XML that I was doing with no other changes (same level of XML::Twig, my code unchanged). If you're not using 5.8 for XML handling, I highly suggest it.

Replies are listed 'Best First'.
Re^4: Repair malformed XML
by spoulson (Beadle) on Feb 03, 2005 at 18:23 UTC
    Thanks for the suggestion. Yes, I am running ActiveState 5.8.6 on WinXP. I'll have a look at XML::Twig, as well.