cormanaz has asked for the wisdom of the Perl Monks concerning the following question:
tag:amazingracewiki.cbs.com,2007-04-03:/page/Race+Improvements/thread/ +580644/Canadian+Contestants+n&%2339;+More+heart+pumping+suspense.?off +set=0&maxResults=20/reply1
The parser is complaining about column 147 where begins the sequence &%2339; I guess the parser is treating this as an invalid escape sequence but it's part of a URL so who knows what it really is.
Question is, how can I deal with this? I don't want to throw away the whole feed because of this one squirrely entry. Is there some way to get the parser to throw out this one entry rather than DIEing?
Thx...
Steve
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: XML::TreeBuilder invalid token problem
by Joost (Canon) on Apr 07, 2007 at 14:41 UTC | |
Re: XML::TreeBuilder invalid token problem
by graff (Chancellor) on Apr 07, 2007 at 16:14 UTC | |
Re: XML::TreeBuilder invalid token problem
by roboticus (Chancellor) on Apr 07, 2007 at 14:43 UTC | |
by cormanaz (Deacon) on Apr 07, 2007 at 14:53 UTC | |
Re: XML::TreeBuilder invalid token problem
by ikegami (Patriarch) on Apr 07, 2007 at 18:59 UTC | |
Re: XML::TreeBuilder invalid token problem
by john_oshea (Priest) on Apr 08, 2007 at 10:40 UTC |