I assume your timeline gets its data using something like 

 Timeline.loadXML("example1.xml", function(xml, url) { eventSource.loadXML(xml, 
url); });

This should work the same whether 'example1.xml' is a static file or is
generated dynamically (using JSP, Java servlets, PHP, CGI or whatever
web framework you like best).

Do you need something different?

Michael


Derek Keats wrote:
> Is there a way to show a timeline from dynamically generated XML rather
> than reading an XML file?
>
> We have finished incorporating Timeline into the Chisimba file manager
> now so that XML files containing timeline data will preview as timelines
> in file manager. Now we want to create timeline interface to content
> such as forums and blogs, but the timeline data need to be generated on
> the fly. 
>
> I have fished for it, and it may be ovious, but I didn't find an
> example. Any pointers if possible?
>
> Thanks
> Derek
>
>   
> ------------------------------------------------------------------------
>
> All Email originating from UWC is covered by disclaimer 
> http://www.uwc.ac.za/portal/uwc2006/content/mail_disclaimer/index.htm 
>   
> ------------------------------------------------------------------------
>
> _______________________________________________
> 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