473,378 Members | 1,449 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

not able to be subscribed to my dynamic rss

Hi

we have some page that genreate rss 2.0 feed the url is like .../
rssfeed.aspx?id=123

the page displays properly in browsers, but when we try to add the
page to a reader
like google reader , we always get an error saying : no feed available
for .../rssfeed.aspx?id=123

is there a reason that this page cannot be subscribed to ? it is
genreating a rss 2.0 feed

thanks

Jul 18 '07 #1
7 1444
Did you try the suggestion that was made to you yesterday on this same
posting?

try and read the feed via your code:
Dataset.ReadXML(your rss feed);

and see if that works, if your using Google Reader it may be something with
that. I ran into a similiar issue with a generated RSS feed, I couldn't read
it through google but I was able to read it through my web part. So try
that.

--
Mike
'IGotYourDotNet'
http://igotyourdotnet.blogspot.com/

"fredd00" <fr*************@gmail.comwrote in message
news:11**********************@e9g2000prf.googlegro ups.com...
Hi

we have some page that genreate rss 2.0 feed the url is like .../
rssfeed.aspx?id=123

the page displays properly in browsers, but when we try to add the
page to a reader
like google reader , we always get an error saying : no feed available
for .../rssfeed.aspx?id=123

is there a reason that this page cannot be subscribed to ? it is
genreating a rss 2.0 feed

thanks

Jul 18 '07 #2
You could try a feed validator such as :
http://validator.w3.org/feed/

--
Patrice

"fredd00" <fr*************@gmail.coma écrit dans le message de news:
11**********************@e9g2000prf.googlegroups.c om...
Hi

we have some page that genreate rss 2.0 feed the url is like .../
rssfeed.aspx?id=123

the page displays properly in browsers, but when we try to add the
page to a reader
like google reader , we always get an error saying : no feed available
for .../rssfeed.aspx?id=123

is there a reason that this page cannot be subscribed to ? it is
genreating a rss 2.0 feed

thanks

Jul 18 '07 #3
that will only validate the sytnax of the RSS feed, it won't let you know if
you can subscribe to it or not.

"Patrice" <http://www.chez.com/scribe/wrote in message
news:eb**************@TK2MSFTNGP03.phx.gbl...
You could try a feed validator such as :
http://validator.w3.org/feed/

--
Patrice

"fredd00" <fr*************@gmail.coma écrit dans le message de news:
11**********************@e9g2000prf.googlegroups.c om...
>Hi

we have some page that genreate rss 2.0 feed the url is like .../
rssfeed.aspx?id=123

the page displays properly in browsers, but when we try to add the
page to a reader
like google reader , we always get an error saying : no feed available
for .../rssfeed.aspx?id=123

is there a reason that this page cannot be subscribed to ? it is
genreating a rss 2.0 feed

thanks


Jul 18 '07 #4
Yes, the idea is first to make sure that the RSS feed is correct to then
concentrate on either the source feed or how Google Reader (that works for
now here) sees the feed.

--
Patrice

"Steve" <St***@community.nospam.coma écrit dans le message de news:
ux**************@TK2MSFTNGP03.phx.gbl...
that will only validate the sytnax of the RSS feed, it won't let you know
if you can subscribe to it or not.

"Patrice" <http://www.chez.com/scribe/wrote in message
news:eb**************@TK2MSFTNGP03.phx.gbl...
>You could try a feed validator such as :
http://validator.w3.org/feed/

--
Patrice

"fredd00" <fr*************@gmail.coma écrit dans le message de news:
11**********************@e9g2000prf.googlegroups.c om...
>>Hi

we have some page that genreate rss 2.0 feed the url is like .../
rssfeed.aspx?id=123

the page displays properly in browsers, but when we try to add the
page to a reader
like google reader , we always get an error saying : no feed available
for .../rssfeed.aspx?id=123

is there a reason that this page cannot be subscribed to ? it is
genreating a rss 2.0 feed

thanks



Jul 19 '07 #5
If he's able to see it the RSS XML via the browsers, then won't validating
defeat the purpose?

My thought is, he should provide the entire URL to the feed and see if
anyone else can 'subscribe' to it, like you said, it may be the way Google
is trying to parse the XML. I ran into a similar issue when I was trying to
subscribe to a feed using their reader. I then gave up and created my own
web page to view all the RSS feeds I wanted.

it was much easier then trying to figure out why Google wasn't reading the
feed
"Patrice" <http://www.chez.com/scribe/wrote in message
news:OK**************@TK2MSFTNGP02.phx.gbl...
Yes, the idea is first to make sure that the RSS feed is correct to then
concentrate on either the source feed or how Google Reader (that works for
now here) sees the feed.

--
Patrice

"Steve" <St***@community.nospam.coma écrit dans le message de news:
ux**************@TK2MSFTNGP03.phx.gbl...
>that will only validate the sytnax of the RSS feed, it won't let you know
if you can subscribe to it or not.

"Patrice" <http://www.chez.com/scribe/wrote in message
news:eb**************@TK2MSFTNGP03.phx.gbl...
>>You could try a feed validator such as :
http://validator.w3.org/feed/

--
Patrice

"fredd00" <fr*************@gmail.coma écrit dans le message de news:
11**********************@e9g2000prf.googlegroups.c om...
Hi

we have some page that genreate rss 2.0 feed the url is like .../
rssfeed.aspx?id=123

the page displays properly in browsers, but when we try to add the
page to a reader
like google reader , we always get an error saying : no feed available
for .../rssfeed.aspx?id=123

is there a reason that this page cannot be subscribed to ? it is
genreating a rss 2.0 feed

thanks



Jul 19 '07 #6
Wonder also if it wasn't a problem with the URL (wondered if he used a
relative path ? would be an obvious mistake but who knows as he didn't
mention he didn't want to give the full url). Also he didn't detailed what
he saw in the browser (for example if he uses a style sheet to format the
feed it could also display the feed correctly if the stylesheet were done
assuming the same format error or a browser could be somewhat resilient to a
feed error to be liberal with what is accepted (for example some tools are
stuffing a player link for mp3 items etc...) plus in some cases one accepts
html inside items while another one won't want this etc...

So IMO the very first step would be to make 100% sure the feed is valid to
go further down in the binary tree of possible errors....

---
Patrice

"Steve" <St***@community.nospam.coma écrit dans le message de news:
OI**************@TK2MSFTNGP05.phx.gbl...
If he's able to see it the RSS XML via the browsers, then won't validating
defeat the purpose?

My thought is, he should provide the entire URL to the feed and see if
anyone else can 'subscribe' to it, like you said, it may be the way Google
is trying to parse the XML. I ran into a similar issue when I was trying
to subscribe to a feed using their reader. I then gave up and created my
own web page to view all the RSS feeds I wanted.

it was much easier then trying to figure out why Google wasn't reading the
feed
"Patrice" <http://www.chez.com/scribe/wrote in message
news:OK**************@TK2MSFTNGP02.phx.gbl...
>Yes, the idea is first to make sure that the RSS feed is correct to then
concentrate on either the source feed or how Google Reader (that works
for now here) sees the feed.

--
Patrice

"Steve" <St***@community.nospam.coma écrit dans le message de news:
ux**************@TK2MSFTNGP03.phx.gbl...
>>that will only validate the sytnax of the RSS feed, it won't let you
know if you can subscribe to it or not.

"Patrice" <http://www.chez.com/scribe/wrote in message
news:eb**************@TK2MSFTNGP03.phx.gbl...
You could try a feed validator such as :
http://validator.w3.org/feed/

--
Patrice

"fredd00" <fr*************@gmail.coma écrit dans le message de news:
11**********************@e9g2000prf.googlegroups.c om...
Hi
>
we have some page that genreate rss 2.0 feed the url is like .../
rssfeed.aspx?id=123
>
the page displays properly in browsers, but when we try to add the
page to a reader
like google reader , we always get an error saying : no feed available
for .../rssfeed.aspx?id=123
>
is there a reason that this page cannot be subscribed to ? it is
genreating a rss 2.0 feed
>
thanks
>




Jul 20 '07 #7
Good point, if he posted the actual URL for the feed, it would be easier to
determine if its a XML issue or the reader is using to parse it out.
"Patrice" <http://www.chez.com/scribe/wrote in message
news:OJ**************@TK2MSFTNGP05.phx.gbl...
Wonder also if it wasn't a problem with the URL (wondered if he used a
relative path ? would be an obvious mistake but who knows as he didn't
mention he didn't want to give the full url). Also he didn't detailed what
he saw in the browser (for example if he uses a style sheet to format the
feed it could also display the feed correctly if the stylesheet were done
assuming the same format error or a browser could be somewhat resilient to
a feed error to be liberal with what is accepted (for example some tools
are stuffing a player link for mp3 items etc...) plus in some cases one
accepts html inside items while another one won't want this etc...

So IMO the very first step would be to make 100% sure the feed is valid to
go further down in the binary tree of possible errors....

---
Patrice

"Steve" <St***@community.nospam.coma écrit dans le message de news:
OI**************@TK2MSFTNGP05.phx.gbl...
>If he's able to see it the RSS XML via the browsers, then won't
validating defeat the purpose?

My thought is, he should provide the entire URL to the feed and see if
anyone else can 'subscribe' to it, like you said, it may be the way
Google is trying to parse the XML. I ran into a similar issue when I was
trying to subscribe to a feed using their reader. I then gave up and
created my own web page to view all the RSS feeds I wanted.

it was much easier then trying to figure out why Google wasn't reading
the feed
"Patrice" <http://www.chez.com/scribe/wrote in message
news:OK**************@TK2MSFTNGP02.phx.gbl...
>>Yes, the idea is first to make sure that the RSS feed is correct to then
concentrate on either the source feed or how Google Reader (that works
for now here) sees the feed.

--
Patrice

"Steve" <St***@community.nospam.coma écrit dans le message de news:
ux**************@TK2MSFTNGP03.phx.gbl...
that will only validate the sytnax of the RSS feed, it won't let you
know if you can subscribe to it or not.

"Patrice" <http://www.chez.com/scribe/wrote in message
news:eb**************@TK2MSFTNGP03.phx.gbl...
You could try a feed validator such as :
http://validator.w3.org/feed/
>
--
Patrice
>
"fredd00" <fr*************@gmail.coma écrit dans le message de news:
11**********************@e9g2000prf.googlegroups.c om...
>Hi
>>
>we have some page that genreate rss 2.0 feed the url is like .../
>rssfeed.aspx?id=123
>>
>the page displays properly in browsers, but when we try to add the
>page to a reader
>like google reader , we always get an error saying : no feed
>available
>for .../rssfeed.aspx?id=123
>>
>is there a reason that this page cannot be subscribed to ? it is
>genreating a rss 2.0 feed
>>
>thanks
>>
>
>




Jul 20 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Roel Wuyts | last post by:
CALL FOR CONTRIBUTIONS International Workshop on Revival of Dynamic Languages http://pico.vub.ac.be/~wdmeuter/RDL04/index.html (at OOPSLA2004, Vancouver, British Columbia, Canada, October...
6
by: Materialised | last post by:
Hi Everyone, I apologise if this is covered in the FAQ, I did look, but nothing actually stood out to me as being relative to my subject. I want to create a 2 dimensional array, a 'array of...
3
by: Stephen Gennard | last post by:
Hello, I having a problem dynamically invoking a static method that takes a reference to a SByte*. If I do it directly it works just fine. Anyone any ideas why? I have include a example...
7
by: serge | last post by:
How can I run a single SP by asking multiple sales question either by using the logical operator AND for all the questions; or using the logical operator OR for all the questions. So it's always...
0
by: Pascal Costanza | last post by:
Dynamic Languages Day @ Vrije Universiteit Brussel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Monday, February 13, 2006, VUB Campus Etterbeek The VUB (Programming Technology Lab,...
2
by: erbilkonuk | last post by:
Hi, I am very new to .NET Remoting and I try to run a simple program to subscribe to an event raised by Remoting Class. The Remoting Server initiates an instance of Remoting Class as Singleton /...
0
by: fredd00 | last post by:
Hi we have some page that genreate rss 2.0 feed the url is like .../ rssfeed.aspx?id=123 the page displays properly in browsers, but when we try to add the page to a reader like google...
5
by: bearophileHUGS | last post by:
I often use Python to write small programs, in the range of 50-500 lines of code. For example to process some bioinformatics data, perform some data munging, to apply a randomized optimization...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.