From: SourceForge.net <no...@so...> - 2006-08-23 02:27:18
|
/mod/phpwsrssfeeds item #1114634, was opened at 2005-02-02 03:09 Message generated for change (Settings changed) made by wendall911 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563513&aid=1114634&group_id=81360 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Bug Group: None Status: Open Resolution: Accepted >Priority: 8 Submitted By: Marco Taal (taal) Assigned to: Wendall Cada (wendall911) Summary: Definition of RDF backendx.php seems incomplete for Calendar Initial Comment: The XMl/Rdf page that is generated by the backend file (http://www.mysite.com/files/phpwsrssfeeds/backend_x.php) contains incomplete code for Calendar items. It can still be read by my RSS-reader (Thunderbird), but the last item is always ignored. For what I know about xml/rdf I figured out the following error: Under the <channel> tag you find for example: <items> <rdf:Seq> <rdf:li resource="http_1" /> <rdf:li resource="http_2" /> <rdf:li resource="http_3" /> </rdf:Seq> </items> Below it you find for each resource the item plus description: <item rdf:about="http_x"> <title></title> <link></link> <description></description> <dc:date></dc:date> </item> etc. However, for the Calendar items there is alway one (1) more <item rdf:about> description then the number of resource descriptions in the list. In the above case only items http_1 and http_2 are read/displayed (on screen or reader) but resource http_3 is not written in the <rdf:Seq> list, while you can find it as an item at the bottom of the file. It always happens to be the newest calender item. I'm using phprssfeeds v.0.4.0, phpws 0.10.0 ---------------------------------------------------------------------- Comment By: Wendall Cada (wendall911) Date: 2005-02-02 09:58 Message: Logged In: YES user_id=711566 I'll look into this, thanks for the report. Wendall ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=563513&aid=1114634&group_id=81360 |