Technology Questions

Go Back   Technology Questions > Software Questions > Internet > Internet Explorer

Internet Explorer Discuss IE7 or any other IE version.



Reply
 
LinkBack Thread Tools
  #1  
Old 06-19-2008, 08:10 AM
Jason
Newsgroup Contributor
 
Posts: n/a
IE7 Subscribed RSS Feed not showing properly compared to unsubscribed

Here’s my problem. So I’ve created and XML file for an RSS feed for a
site. I go to the XML page and in IE7 it shows all of the feeds that
I’ve put into the XML file. Now when I “subscribe” to the feed, it
only shows a few of them. For each item, it gets it’s own pubdate and
they are all different and in chronological order (most recent first).
I also have a lastbuilddate in the main area at the top. It’s updated
about once a week, and each update might have about 7 to 10 entries at
one time (all with different pubdate).

The only thing I can think of that might be causing it is that when
the feed is updated it takes the latest one for that update time (for
instance lets say I had 7 feed items that I put up a week ago, each
feed item’s pubdate being maybe a minute apart. Then this week I put
up 10, each feed item having a pubdate being a minute or two apart as
well. Maybe when I’ve ‘subscribed’ it is only pulling the latest one
from last week and the latest one from this week.). below is an
example of the coding.

Thanks for any help in advance.

<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>….TITLE…..</title>
<link>………link……</link>
<description>….some description……</description>
<language>en-us</language>
<lastBuildDate>Fri, 13 Jun 2008 11:46:30 GMT</lastBuildDate>

<item>
<title>TITLE 1</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Fri, 13 Jun 2008 11:46:30 GMT</pubDate>
</item>

<item>
<title>TITLE 2</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Fri, 13 Jun 2008 11:45:57 GMT</pubDate>
</item>

<item>
<title>TITLE 3</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Fri, 13 Jun 2008 11:45:32 GMT</pubDate>
</item>

<item>
<title>TITLE 4</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Thu, 12 Jun 2008 11:00:00 GMT</pubDate>
</item>

<item>
<title>TITLE 5</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Thu, 5 Jun 2008 13:48:20 GMT</pubDate>
</item>

<item>
<title>TITLE 6</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Thu, 5 Jun 2008 13:47:28 GMT</pubDate>
</item>
</channel>
</rss>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 06-19-2008, 08:10 AM
  #2  
Old 06-19-2008, 07:10 PM
Robert Aldwinckle
Newsgroup Contributor
 
Posts: n/a
Re: IE7 Subscribed RSS Feed not showing properly compared to unsubscribed

(multi-poster; already replied to XML instance)

"Jason" <ci02be******.com> wrote in message
news:65fe66a2-8df0-4163-a3a4-82298f54e622@w4g2000prd.googlegroups.com...
Here’s my problem. So I’ve created and XML file for an RSS feed for a
site. I go to the XML page and in IE7 it shows all of the feeds that
I’ve put into the XML file. Now when I “subscribe” to the feed, it
only shows a few of them. For each item, it gets it’s own pubdate and
they are all different and in chronological order (most recent first).
I also have a lastbuilddate in the main area at the top. It’s updated
about once a week, and each update might have about 7 to 10 entries at
one time (all with different pubdate).

The only thing I can think of that might be causing it is that when
the feed is updated it takes the latest one for that update time (for
instance lets say I had 7 feed items that I put up a week ago, each
feed item’s pubdate being maybe a minute apart. Then this week I put
up 10, each feed item having a pubdate being a minute or two apart as
well. Maybe when I’ve ‘subscribed’ it is only pulling the latest one
from last week and the latest one from this week.). below is an
example of the coding.

Thanks for any help in advance.

<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>….TITLE…..</title>
<link>………link……</link>
<description>….some description……</description>
<language>en-us</language>
<lastBuildDate>Fri, 13 Jun 2008 11:46:30 GMT</lastBuildDate>

<item>
<title>TITLE 1</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Fri, 13 Jun 2008 11:46:30 GMT</pubDate>
</item>

<item>
<title>TITLE 2</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Fri, 13 Jun 2008 11:45:57 GMT</pubDate>
</item>

<item>
<title>TITLE 3</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Fri, 13 Jun 2008 11:45:32 GMT</pubDate>
</item>

<item>
<title>TITLE 4</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Thu, 12 Jun 2008 11:00:00 GMT</pubDate>
</item>

<item>
<title>TITLE 5</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Thu, 5 Jun 2008 13:48:20 GMT</pubDate>
</item>

<item>
<title>TITLE 6</title>
<link>………..some link….</link>
<description>………….some description………….</description>
<pubDate>Thu, 5 Jun 2008 13:47:28 GMT</pubDate>
</item>
</channel>
</rss>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows not showing up properly Tumbleweed Windows XP 2 09-06-2007 01:40 PM
whats it like compared to xp MARK Windows Vista 17 08-15-2007 09:10 PM
RSS Feed Code showing instead of page Junior Jones Internet Explorer 1 06-22-2007 05:40 AM
Subscribed to TeacherTabletPC blog Loren Tablet PC Bloggers 0 02-07-2007 12:40 PM
(E-book - Burn that fat feed the Muscle][1/1] - "Fat Loss - Burn the Fat Feed the Muscle - Diet Program.pdf" yEnc (2/2) Yahoo Windows XP 0 02-03-2007 07:15 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 05:46 PM.


2003 - 2010 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0