don't know if that's the problem, but you deliver the xml as "Content-Type: text/html". you may want to use text/xml or application/xml.
On Nov 18, 2007 4:18 AM, Omar Reul <[EMAIL PROTECTED]> wrote: > Hello, > > Im using your Timeline Application to create an architecture history > timeline, but i have a problem calling the xml code. This code is > generated by a php code, it get the information from a MySQL database > outputting the xml text, here is the link: > http://www.ambienteabstracto.com.mx/arquitectura/createXml.php > > I think its fine, i've tested it hardcoded and it works, but when i > try to call the php file at > Timeline.loadXML("createXml.php", function(xml, url) > { eventSource.loadXML(xml, url); }); > I get the error: Cought exception: TypeError: xml has no properties. > > Do you have any ideas? > Please help > > Omar Reul > > > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
