I dunno where to go with the thing. After writing it yesterday I found out it wont work as a service (which was what I wanted), becuase javascript requires that the what you pass into Timeline.loadXML is located at the same server where the javascript is running.In other words you must serve your XML from the same server as the HTML comes from.
I could return HTML instead but I am not sure what that will bring, I need to do something with the xml, no? I am open for any suggestions. I would like to make it more live. this how I intended it to work as a service, this is the url of the servlet: http://www.syndicatescape.com/timeproviderservlet add ?url=YOUR_FEED to the end of the url and you get XML. --- David Huynh <[EMAIL PROTECTED]> wrote: > Kent, thanks for the service :-) So right now the > example you gave is > > > http://www.syndicatescape.com/timeproviderservlet?url=http://blogs.salon.com/0001092/rss.xml > > but maybe with very little work you can also return > an HTML page with > some default configuration of the timeline, so > people can include that > into any page using just an iframe. > > David > > Kent Gibson wrote: > > Hi-ya All, > > > > If anyone is interested I have put the source code > of > > a servlet that converts an arbitrary feed into the > xml > > event format for a timeline. > > > > You can have a look here: > > > > http://www.bigblogzoo.com/ > > > > You have any questions, feel free to leave a > comment > > on the page. > > > > regards > > > > kent > > > > > > > > > ____________________________________________________________________________________ > > Looking for earth-friendly autos? > > Browse Top Cars by "Green Rating" at Yahoo! Autos' > Green Center. > > http://autos.yahoo.com/green_center/ > > _______________________________________________ > > General mailing list > > [email protected] > > http://simile.mit.edu/mailman/listinfo/general > > > > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > ____________________________________________________________________________________Building a website is a piece of cake. Yahoo! Small Business gives you all the tools to get online. http://smallbusiness.yahoo.com/webhosting _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
