Click to See Complete Forum and Search --> : XML from Another Domain


LikwidN2
05-21-2007, 11:58 PM
JavaScript, for security reasons, can't load XML from another domain. Does anyone know how to do this?

Charles
05-22-2007, 05:49 AM
The Perl LWP::Simple module always works for me.

LikwidN2
05-22-2007, 12:16 PM
Ah, I see. I've recently discovered just how inept I am in this field. This is ultimately going to become a GoogleGadget, and their API has functions for dealing with this problem. Thank you for your response, though.