| Author |
Help aggregating Atom feeds using JSTL
|
James Dekker
Ranch Hand
Joined: Dec 09, 2006
Posts: 215
|
|
Hello again, I was running a webapp which aggregated feeds from an external website (which itself used an RSS file to publish content) Now, I can't see anyone of them because the author of the website situated switched to Atom... Here's the code I currently have (which worked when the website used RSS): Now, the URL for the content is: http://thewebsite.com/blog/blog.atom As a result, on my webapp, nothing is published (it doesn't aggregate) Is there a way to aggregate Atom feeds using JSTL? Thanks for the help.
|
 |
Gregg Bolinger
Ranch Hand
Joined: Jul 11, 2001
Posts: 15229
|
|
|
Atom feeds are still xml so you'll just need to look at the atom XML and adjust your code accordingly.
|
 |
 |
|
|
subject: Help aggregating Atom feeds using JSTL
|
|
|