|
-
Sep 19th, 2005, 10:05 PM
#1
Thread Starter
Not NoteMe
[JavaScript] Reading in external XML file
I'm reading an XML file using XMLHttpRequest and the IE equivilent. That's fine when it's on the same domain as the web page, but is there anyway of getting one from somewhere else??
my site is http://georgeduckett.blogspot.com
the xml file i want is http://georgesjunkpics.blogspot.com
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
-
Sep 26th, 2005, 12:52 PM
#2
Addicted Member
Re: [JavaScript] Reading in external XML file
I recall reading that it must be from the same domain.
Also that it interprets www.domain.com differently from domain.com.
If I find the reference, I'll edit this post.
Maybe you can have the page call a local script which calls the remote xml resource.
EDIT: Okay, here are some references
http://developer.mozilla.org/en/docs...etting_Started
But this one says it is only on by default
http://jibbering.com/2002/4/httprequest.html
By default the object can only call back to the same server, in a reduced security environment (accessed from file:// say) IE can access any domain, Mozilla can also do that if you request and are granted the appropriate permissions see "a google thread I can't get to offline!"
Last edited by Phenix; Sep 26th, 2005 at 01:56 PM.
Circa 1995
Engineer - I think we should put our website address on our paper catalogs.
Vice President - Don't get too excited about this internet thing.
I am sorry, but the Oracle was mistaken. You cannot help us.
-Matrix video game
I'm doing a (free) operating system (just a hobby, won't be big and professional like gnu) for 386(486) AT clones. ... and it probably never will support anything other than AT-harddisks, as that's all I have :-(.
-Linus
Question. Do you know that the character "?" means I'm asking a question? Question. Do you know that spoken inflection also provides the same cue? So please don't say, "Question" before you ask your question. Believe me I'll know.
That said, I would have said this first if it had to precede what I'm telling you now. Having said that, what I'm telling you now is the same thing I just said about the annoying phrases "That said" and "Having said that".
Are you threatening me, Master Jedi?
-Chancellor Palpatine
-
Sep 27th, 2005, 08:25 AM
#3
Thread Starter
Not NoteMe
Re: [JavaScript] Reading in external XML file
Thanks for the post, that was what i thought.
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|