If the XML is on another domain/application you could code/find something to
make a proxy to the XML.
For example, if you can run java you could use a URLConnection servlet from
your application to the XML and just make the data call to your servlet
which would "proxy" the data from the XML.

On Tue, Sep 28, 2010 at 5:07 AM, LVS <[email protected]> wrote:

> Have you checked if your XML is not hosted in a different domain?
> It is not possible to make XMLHttpRequests across different domains.
> (eg: localhost/ to example.com/)
>
> On Sep 4, 7:33 pm, Yash Ganthe <[email protected]> wrote:
> > Hi,
> >
> > I get a Permission Denied error when the timline tries to fetch data
> > from the XML file.
> >
> > SimileAjax.XmlHttp.get=function(B,D,C){var
> > A=SimileAjax.XmlHttp._createRequest();
> > A.open("GET",B,true);  //*******ERROR AT THIS POINT **********////
> > A.onreadystatechange=function()
> > {SimileAjax.XmlHttp._onReadyStateChange(A,D,C);
> >
> > };
> >
> > This is possibly because the .html page that hosts the timeline is on
> > one server while the XML is on a different server.
> > What can be done to get around this issue?
> >
> > I am not allowed to change the http header on the servers.
> >
> > Thanks,
> > Yash
>
> --
> 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]<simile-widgets%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/simile-widgets?hl=en.
>
>

-- 
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