Skip Menu | You are currently an anonymous guest. | Login | Return to Main | About rt.cpan.org
 

Please report any issues with rt.cpan.org to rt-cpan-admin@bestpractical.com.

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

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

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



X History Display mode: Brief headersFull headers
#   Thu Jan 11 14:36:32 2007 scott[...]fuzzywolf.com - Ticket created  
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>
[text/plain 623b]
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...



#   Thu Jan 11 14:56:24 2007 ask[...]perl.org - Correspondence added  
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>
[text/plain 57b]
Huh, what does this have to do with the XML::RSS module?

#   Thu Jan 11 14:56:28 2007 RT_System - Status changed from 'new' to 'open'  
#   Thu Jan 11 15:40:59 2007 scott[...]fuzzywolf.com - Correspondence added  
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>
[text/plain 703b]
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:
> <URL: http://rt.cpan.org/Ticket/Display.html?id=24329 >
>
> Huh, what does this have to do with the XML::RSS module?
>
>
>

#   Thu Jan 11 16:12:04 2007 ask[...]perl.org - Correspondence added  
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>
[text/plain 375b]

On Jan 11, 2007, at 12:41, Scott Hildenbrand via RT wrote:

> 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/



#   Fri Mar 09 19:17:26 2007 KRISHPL - Correspondence added  
[text/plain 523b]
> 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.
#   Wed Aug 22 15:23:57 2007 SHLOMIF - Correspondence added  
[text/plain 669b]
Hi!

On Fri Mar 09 19:17:26 2007, KRISHPL wrote:
> > 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.

Thanks! Updated in r9870 in the trunk.

Regards,

Shlomi Fish
#   Wed Aug 22 15:28:47 2007 SHLOMIF - Correspondence added 15 min  
[text/plain 545b]
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} .
>>>>>>>>

Thanks for reporting it.

Regards,

Shlomi Fish

#   Wed Aug 22 15:28:52 2007 SHLOMIF - Status changed from 'open' to 'resolved'