in reply to Infinite loop in XML Parser?

D:\>wget http://www.blahfoo.com/stuff/podtech.rss --13:21:16-- http://www.blahfoo.com/stuff/podtech.rss => `podtech.rss' Resolving www.blahfoo.com... 216.75.2.95 Connecting to www.blahfoo.com|216.75.2.95|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 85,882 (84K) [text/xml] 100%[====================================>] 85,882 5.99K/s +ETA 00:00 13:21:38 (4.60 KB/s) - `podtech.rss' saved [85882/85882] D:\>perl -MXML::Simple -e" XML::Simple->new->XMLin(shift)" podtech.rss not well-formed (invalid token) at line 866, column 134, byte 73867 at + D:/Perl/site/lib/XML/Simple.pm line 287

Replies are listed 'Best First'.
Re^2: Infinite loop in XML Parser?
by Woulfe (Initiate) on Feb 16, 2007 at 03:08 UTC
    CPAN tells me that XML::SAX::PurePerl is up to date. When I run the previous command:
    perl -MXML::Simple -e" XML::Simple->new->XMLin(shift)" podtech.rss
    ... I get a repeating sequence as I described before. Clearly I have something out of date or some odd combination of things installed but I am not clear on how to go about figuring this out. Any other ideas?