I have js variable holding some xml I've constructed and would like to pass
it to the Timeline.loadXML instead of a URL pointing to XML. Does anyone
know if this is possible?
So something like this:
var timeline_data = "<data><event start="May 28 2006 09:00:00 GMT"
title="Event">some comments</event></data>";
...
Timeline.loadXML(timeline_data, function(xml, url) {
eventSource.loadXML(xml, url); });
--
You received this message because you are subscribed to the Google Groups
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/groups/opt_out.