I have several clients that hit my servers for xml files. The URL and variables determine what file each client gets. Some clients do not have any type of scripting on their websites (PHP, ASP, etc). They only have plain HTML.
My question is, I want to build an example of a static HTML page that fetches my XML file, and displays it in a simple table. I tried using MSXML parser with the ActiveXObject instructions, but that raised a problem due to the settings on my IE browser. I believe it has to do with fetching the XML file from a different domain.
I've been looking at JavaScript parsers and methods of doing this. Has anyone succeeded without using frames???
also, how can i load a remote XML file (generated through a webpage) into a javascript variable? thanks.
My question is, I want to build an example of a static HTML page that fetches my XML file, and displays it in a simple table. I tried using MSXML parser with the ActiveXObject instructions, but that raised a problem due to the settings on my IE browser. I believe it has to do with fetching the XML file from a different domain.
I've been looking at JavaScript parsers and methods of doing this. Has anyone succeeded without using frames???
also, how can i load a remote XML file (generated through a webpage) into a javascript variable? thanks.