you want to read directly the rss from mother site using js? i think this is not possible, or u will have to find some cross-domain solutions.
another approach would be to serve the xml file using a simple curl on your server, then to process it with mootools. adding a cache will save your server to be banned from that resource and save ur bandwidth :) On Sep 9, 7:02 pm, "Rodrigo Dlugokenski" <[EMAIL PROTECTED]> wrote: > I'm trying to build an RSS Reader using javascript, and i want to know if > someone have some project of this type. > > I'm already have this working via PHP RSS Parser (using KohanaPHP or > SimplePie), but with increment of RSS feeds, the server gets heavy load. > Because of this, i'll try to build an javascript alternative (to share the > load with user), and choosed mootools as framework (because the simplicity > and power of moo ;P~ ). > > Someone have any piece of this? Already working, planning to work, ...? Any > link, advices or indications? > > Thanks for attention :) > > -- > ___________________________________________________ > Rodrigo Dlugokenski > *Computer Science Student in Informatics Institute - Federal University of > Rio Grande do Sul, Brazil* > *Email: [EMAIL PROTECTED]
