Note that there are some explanatory texts on larger screens.

plurals
  1. POrss feed, not automatically updated
    primarykey
    data
    text
    <p>I wrote my own rss-feed for a guestbook from my website so that, with a simple rss-reader on my android-phone, I get a notification as soon as someone posted something in the guestbook. however, my phone doesn't seem to recognize any updates; when I initially download the xml file, everything seems ok, but I never get any update, while there are some new messages, few times a day. Did I forget some parameter or something which tells my phone that there are new messages?</p> <p>my code look like this:</p> <pre><code>&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt; &lt;rss version="2.0"&gt; &lt;channel&gt; &lt;title&gt;PrivateRssFeed&lt;/title&gt; &lt;link&gt;http://www.example.com&lt;/link&gt; &lt;description&gt;Private RSS-Feed&lt;/description&gt; &lt;language&gt;nl-nl&lt;/language&gt; &lt;lastBuildDate&gt;Wed, 09 Nov 2011 14:36:02 +0100&lt;/lastBuildDate&gt; &lt;pubDate&gt;Wed, 09 Nov 2011 14:35:00 +0100&lt;/pubDate&gt; &lt;copyright&gt;Copyright (C) 2011 Me&lt;/copyright&gt; &lt;item&gt; &lt;title&gt;Person1&lt;/title&gt; &lt;description&gt;&lt;![CDATA[This is some random text]]&gt;&lt;/description&gt; &lt;link&gt;http://www.example.com&lt;/link&gt; &lt;pubDate&gt;Wed, 09 Nov 2011 14:35:00 +0100&lt;/pubDate&gt; &lt;/item&gt; &lt;item&gt; &lt;title&gt;Person2&lt;/title&gt; &lt;description&gt;&lt;![CDATA[another random text]]&gt;&lt;/description&gt; &lt;link&gt;http://www.example.com&lt;/link&gt; &lt;pubDate&gt;Wed, 09 Nov 2011 14:34:00 +0100&lt;/pubDate&gt; &lt;/item&gt; &lt;/channel&gt; &lt;/rss&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload