Hi,
To introduce me, i am Philip, a trainee in germany and currently
working on my final project.
To put it brief I want to integrate a dashboard in a application,
written with python. With simpleTAL I'm able to
make templates(html, xml whatever) and fill them with python. I'm
loading Data from database and put them to that template and get my
XML File which i want to load to TIMELINE Framework.
My problem is, that I get a URL simar to this:
http://myhost/gate/apps.dashboard.projectdashboard/myxml/
and the Framework can't read this file. I tried to copy the content to
a real xml and tested it sucessfully on a local example.

I get following error:

http://dl.dropbox.com/u/3372654/fehler.png

which just tells me, that a object was expected.

My Codesnipped:

            tl.loadXML("http://myhost/gate/
apps.dashboard.projectdashboard/myxml/", function(xml, url) {
                eventSource.loadXML(xml, url);
            });

I also set content_type("text/xml"), but it didn't work.

I'm very in despair, because I wasted some time to parse my data to a
good formed xml file and my time is very limeted :( Some ideas?

Thx a lot
Philip

-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/simile-widgets?hl=en.

Reply via email to