Menu

#9 RSS 1.0 "item" list broken

open
nobody
None
5
2003-02-24
2003-02-20
No

creating a new feed and saving as rss, i got this:
<rdf:RDF
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns:dc='http
<channel
rdf:about='http://bell.dc.isx.com/ISX/voip/index.rss'>
<description>The blog for the VCP program being
developed by ISX for CPoF.</description>
<title>VCP : Voice-Channel Program</title>
<link>http://bell.dc.isx.com/ISX/voip/index.rss</link>
<items>
<rdf:Seq>
<item/>
</rdf:Seq>
</items>
</channel>
<item>
<title>test item</title>

<link>http://bell.dc.isx.com/ISX/voip/index.rss#1</link>
<description>this is a test item...</description>
</item>
</rdf:RDF>

indentation may be screwy. anyways, the bug is in the
first item iteration as the rdf sequence. the item tag
there isn't echoing the link it should have from below.

Discussion

  • Joseph Shelby

    Joseph Shelby - 2003-02-20
    • summary: RSS 1.0 "item" list broken --> RSS 1.0 "item" list broken
     
  • Joseph Shelby

    Joseph Shelby - 2003-02-20

    Logged In: YES
    user_id=24544

    the <item/> should actually be <li rdf:resource="uri"/>
    where the uri is the same as the uri in the link
    (index.rss#1) of the item.

     
  • Joseph Shelby

    Joseph Shelby - 2003-02-24

    Logged In: YES
    user_id=24544

    I just sent a patch for that to the mailing list.

     
  • Joseph Shelby

    Joseph Shelby - 2003-02-24
    • summary: RSS 1.0 "item" list broken --> RSS 1.0 "item" list broken
     

Log in to post a comment.