Hi Taco,

I haven't played with XML objects before, but isn't your problem caused by you accidentally changing objXMLHTTP to objXMLDOM?

Apologies if I'm completely losing the plot here, I don't know anything about the COM object you're using.

Taco Fleur wrote:
objXMLHTTP = createObject("COM", "Microsoft.XMLHTTP");
The code below creates an array and assigns it to the variable "objURL" if I am correct
objURL = objXMLDOM.getElementsByTagName("url");
However I can't seem to refence to it, neither with
objURL(i).text); nor with
objURL[i].text);
Any ideas?


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to