A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
Win a copy of
Arduino in Action
this week in the
General Computing
forum!
A special promo:
Enter your blog post or vote on a blogger to be featured in an upcoming Journal
JavaRanch
»
Java Forums
»
Products
»
Other Open Source Projects
Author
Unable to parse RSS for some feeds using ROME
Amit Savani
Greenhorn
Joined: Mar 02, 2009
Posts: 17
posted
Jul 29, 2010 06:29:53
0
Hi,
I have been using
ROME
for working with RSS. The class is possessing thousands of feed out of which some gives me errors. Here is the error details for some feeds while executing following line
new SyndFeedInput().build(new XmlReader(rssURL));
1.
Error : Invalid XML: Error on line 5: The reference to entity "a.chrome.csi" must end with the ';' delimiter.
Ref :
http://diary-of-a-dog-walker.blogspot.com/
http://bravomediaweb.blogspot.com/
2.
Error : Invalid XML: Error on line 106: The
string
"--" is not permitted within comments.
Ref :
http://www.icomplete.com/blog
http://localtradesmen.tumblr.com
3.
Error : Server returned HTTP response code: 403 for URL:
http://www.wilsondan.co.uk/feed/
Ref :
http://www.wilsondan.co.uk/feed/
http://www.hrmcoaching.com/feed/rss/
Can anyone suggest what is error and any possible solution?
There is a
forum for RSS
in
java
forum but I could not find new post button. Also it is java.net project but there also forum is not created.
Thanks,
Amit
Regards
SCJP 1.4, SCBCD 5.0
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
Jul 29, 2010 08:08:06
0
Also it is java.net project but there also forum is not created.
Try the
user's mailing list
.
Amit Savani
Greenhorn
Joined: Mar 02, 2009
Posts: 17
posted
Aug 03, 2010 02:12:01
0
I am able to solve first two problems. I used the rss url for each feed. For example I replaced
http://diary-of-a-dog-walker.blogspot.com/
with
http://diary-of-a-dog-walker.blogspot.com/feeds/posts/default?alt=rss
I agree. Here's the link:
http://zeroturnaround.com/jrebel
- it saves me about five hours per week
subject: Unable to parse RSS for some feeds using ROME
Similar Threads
Announcement: rss4jsp version 0.1 released
ROME : Unable to get full description of posts for a feed
rss feed url validation
RSS App
RSS feed to SCJP forum
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter