Skip Menu |

This queue is for tickets about the XML-RSS CPAN distribution.

Report information
The Basics
Id: 7325
Status: rejected
Priority: 0/
Queue: XML-RSS

People
Owner: Nobody in particular
Requestors: techie [...] boxchat.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.04
Fixed in: (no value)



Subject: not well-formed (invalid token) Parser.pm line 187
I am now running perl5.8.4 with XML::RSS v 1.04 on Linux MyBox 2.6.7-rc2 #15 SMP Thu Jul 1 17:21:13 CDT 2004 i686 AMD CPU Type AuthenticAMD GNU/Linux. Gentoo Linux OS. After upgrading to the versions listed above. I started getting this error: not well-formed (invalid token) at line 15, column 24, byte 540 at /usr/lib/perl5/vendor_perl/5.8.4/i686-linux/XML/Parser.pm line 187 I've tried it on both my servers. Get same error. Both servers running the same versions of perl and xml-rss
Similar error: t/2.0-generate........NOK 15# Failed test (t/2.0-generate.t at line 109) # got: ' # not well-formed (invalid token) at line 36, column 9, byte 1125 at /usr/lib/perl5/site_perl/5.8.5/i686-linux-thread-multi/XML/Parser.pm line 187 # ' # expected: '' t/2.0-generate........ok 25/25# Looks like you failed 1 tests of 25. Can send all required info on request
On 2004-08-11 20:07:43 ζ˜ŸζœŸδΈ‰, guest wrote: Show quoted text
> I am now running perl5.8.4 with XML::RSS v 1.04 > on Linux MyBox 2.6.7-rc2 #15 SMP Thu Jul 1 17:21:13 CDT 2004 i686 AMD > CPU Type AuthenticAMD GNU/Linux. Gentoo Linux OS. > > After upgrading to the versions listed above. > I started getting this error: > > not well-formed (invalid token) at line 15, column 24, byte 540 at > /usr/lib/perl5/vendor_perl/5.8.4/i686-linux/XML/Parser.pm line 187 > > I've tried it on both my servers. Get same error. Both servers
running Show quoted text
> the same versions of perl and xml-rss > > > >
If XML::Parser can't parse the document, then XML::RSS can't do much. Maybe we could use one of the liberal parsers, but that's a bigger project.