Hiya Everyone,

I have created a servlet that basically converts a
newsfeed into the format that the timeline expects. It
works fine (ie the xml is converted) but if try and
dynamically load the resulting xml it does not work.

For example I would like to replace this line: 

Timeline.loadXML("out.xml", function(xml, url) {
eventSource.loadXML(xml, url); });
  
With this line:
Timeline.loadXML("http://www.syndicatescape.com/timeproviderservlet?url=http://blogs.salon.com/0001092/rss.xml";,
function(xml, url) { eventSource.loadXML(xml, url);
});

Now note the server the html page is on is
bigblogzoo.com while the servlet is on
synidcatescape.com, could this be the problem?

any help would be great.

Regards

Kent


       
____________________________________________________________________________________Looking
 for a deal? Find great prices on flights and hotels with Yahoo! FareChase.
http://farechase.yahoo.com/
_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to