Skip Menu |

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

Report information
The Basics
Id: 24329
Status: resolved
Worked: 15 min
Priority: 0/
Queue: XML-RSS

People
Owner: Nobody in particular
Requestors: scott [...] fuzzywolf.com
Cc:
AdminCc:

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



Subject: my.netscape.com change, broke DTD
Date: Thu, 11 Jan 2007 13:35:18 -0600
To: bug-XML-RSS [...] rt.cpan.org
From: Scott Hildenbrand <scott [...] fuzzywolf.com>
http://my.netscape.com/publish/formats/rss-0.91.dtd is now 404 which is causing the RSS feed to die in Internet Explorer. FireFox handles the feeds fine still however. Yay FireFox! :p Example: http://www.dealofday.com/sys/xml091/newest.xml Output: The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. -------------------------------------------------------------------------------- The system cannot locate the object specified. Error processing resource 'http://my.netscape.com/publish/formats/rss-0.91.d...
Subject: Re: [rt.cpan.org #24329] my.netscape.com change, broke DTD
Date: Thu, 11 Jan 2007 11:56:03 -0800
To: bug-XML-RSS [...] rt.cpan.org
From: Ask Bjørn Hansen <ask [...] perl.org>
Huh, what does this have to do with the XML::RSS module?
Subject: Re: [rt.cpan.org #24329] my.netscape.com change, broke DTD
Date: Thu, 11 Jan 2007 14:38:52 -0600
To: bug-XML-RSS [...] rt.cpan.org
From: Scott Hildenbrand <scott [...] fuzzywolf.com>
Ok... Maybe it's not connected... Where the heck does the DOCTYPE come from at the begining of xml files? ---------- <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd"> <rss version="0.91"> ----------- It's not set in the code, and now that you say that I did a grep on the source for the Perl mod and it's not in it either? At any rate, it's the location of the dtd that's set above which is the problem. Any idea? ask@perl.org via RT wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=24329 > > > Huh, what does this have to do with the XML::RSS module? > > >
Subject: Re: [rt.cpan.org #24329] my.netscape.com change, broke DTD
Date: Thu, 11 Jan 2007 13:11:39 -0800
To: bug-XML-RSS [...] rt.cpan.org
From: Ask Bjørn Hansen <ask [...] perl.org>
On Jan 11, 2007, at 12:41, Scott Hildenbrand via RT wrote: Show quoted text
> Ok... Maybe it's not connected... Where the heck does the DOCTYPE come > from at the begining of xml files?
You will need to show us a test case (some code!) to help us figure out how this is related to the XML::RSS module. - ask -- http://log.perl.org/ - http://askask.com/ - http://develooper.com/
Show quoted text
> You will need to show us a test case (some code!) to help us figure > out how this is related to the XML::RSS module.
Well, here's something unrelated to this particular bug, but related to pointers on netscape: XML::RSS currently supports 0.9, 0.91, and 1.0 versions of RSS. See http://my.netscape.com/publish/help/mnn20/quickstart.html for information on RSS 0.91. See http://my.netscape.com/publish/help/ for RSS 0.9. See http://purl.org/rss/1.0/ for RSS 1.0. These netscape urls appear to no longer be valid.
Hi! On Fri Mar 09 19:17:26 2007, KRISHPL wrote: Show quoted text
> > You will need to show us a test case (some code!) to help us
figure Show quoted text
> > out how this is related to the XML::RSS module.
> > Well, here's something unrelated to this particular bug, but related > to pointers on netscape: > > XML::RSS currently supports 0.9, 0.91, and 1.0 versions of RSS. See > http://my.netscape.com/publish/help/mnn20/quickstart.html for > information on RSS 0.91. See http://my.netscape.com/publish/help/
for Show quoted text
> RSS 0.9. See http://purl.org/rss/1.0/ for RSS 1.0. > > These netscape urls appear to no longer be valid.
Thanks! Updated in r9870 in the trunk. Regards, Shlomi Fish
Hi all! http://my.netscape.com/publish/formats/rss-0.91.dtd is OK now, so I'm closing this bug. The DTD is present in: <<<<<<<< shlomi:~/progs/perl/cpan/XML/RSS/from-perl.org/trunk$ ack DOCTYPE . t/xml-header.t 82:<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" 140:<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" lib/XML/RSS/Private/Output/V0_91.pm 19: qq{<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"\n} . Show quoted text
>>>>>>>>
Thanks for reporting it. Regards, Shlomi Fish