I would think you can do it from any xml as long as it follows the right schema. I actually load my events from a JSP that generates the XML for the timeline. It works really well.

On Jun 30, 2007, at 3:09 AM, Robbie wrote:

Hi,

Can I load the xml file to the timeline from an external source?

I tested the timeline on my computer locally with Timeline.loadXML ("updates.xml", function(xml, url) { eventSource.loadXML(xml, url); }); every thing was ok.

I want to put the timeline to my blogger so I modified the code a bit to load the xml file from my school ftp.

Timeline.loadXML("http://xxx.xxx.xxx/~xxxx/updates.xml";, function (xml, url) { eventSource.loadXML(xml, url); });

But this time the events of the timeline don’t show up. Is there anything I did wrong?



Regards,

Robbie

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

_______________________________________________
General mailing list
[email protected]
http://simile.mit.edu/mailman/listinfo/general

Reply via email to