Is it possible to grab XML across domains?
May 18, 2009 6:36 PM
Subscribe
Trying to grab XML across domains, wondering if what I'm trying to do is even possible..
So, I'm working with a group that's sharing another group's Plone server -- and which doesn't have filesystem access on said server. We have data in XML files on another server, and what I'm trying to do is grab those XML files, transform them into something displayable using XSLT, and then display them. It's not possible (as far as I know) to do this on the server side, due to being on a shared server / not having filesystem access, but doing it on the client side is somewhat impossible-seeming itself, since if I try to bring in the data from the other server using the document() function I run into the predictable "access denied" messages from IE and Firefox (though, weirdly, not Safari). Is there any way to do what I'm trying to do here that will work in all modern browsers?
Apologies if I'm speaking gibberish; this problem is not in my usual field and I'm operating more or less at the edge of my understanding.
posted by You Can't Tip a Buick to computers & internet (11 comments total)
1 user marked this as a favorite
But re-reading your description, your problem is not making entire sense, if you don't have access to serverA how do you write the web page that is trying to access B?
posted by sammyo at 7:06 PM on May 18