[jQuery] RSS Feed Reader - Re-visit
As a follow up to the <a href="http://www.nabble.com/RSS-Feed-Reader-tf1831386.html#a5160534">previous thread on this subject</a>, and using the suggested solution <a href="http://www.levelfield.com/rss.html">offered here</a>
, I have been trying to read the xml from the feed source rather than a file uploaded to the server.
My demo using a saved file is here: <a href="http://www.jimdavis.org/demos/feed_reader.html">http://www.jimdavis.org/demos/feed_reader.html
</a>
The URL for the feed is here: <a href="http://jim4realty.livejournal.com/data/rss">http://jim4realty.livejournal.com/data/rss</a>
If I replace $.get('temp.xml', function(xml){
with $.get('<a href="http://jim4realty.livejournal.com/data/rssl">
http://jim4realty.livejournal.com/data/rssl</a>', function(xml){
I get a blank screen.
Is there some way this can be made to work using the URL for the feed?
Jim
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/