PDA

Click to See Complete Forum and Search --> : XML anyone?


André
Nov 9th, 2000, 09:16 AM
Hi there,

I'm trying to load an XML file using MSXML2.DOMDocument

objXML.Load ("http://www.somewhere.com/File.xml")

But this fails, I can't get the data.

However, if I copy the file to my server and do the same call like:
objXML.Load ("C:\File.xml")

It works.

Now the fun begins. I wrote a Component in VB that does this and works with a VB client!

But using the component from ASP fails as before.

Do you know why?


Please help,
André

André
Nov 9th, 2000, 10:25 AM
For y'all interested:
I found the problem, it's by design! brrr

André