How can I get rss data from an external url, without having alfresco surf's "remote" Object?
I have a webscript, which is not java backed (using js and ftl).
All I need is an alternative for the function "getRSSFeed(uri);"
I've copied the feed.utils.js, but its a part of Alfresco Surf and uses the remote-object (which doesn't exist).
Is there an alternative to call an external url?
thanks