How can I load an XML file across domains?

Winglet

New Member
I understand from W3schools that I cannot parse an XML file across domains for security reasons. I have a small embedded web server with an XML file on it containing sensor data. I'd like to pull that data into a web site using HTML, by parsing the XML file. The web site is hosted externally on another domain. Is there a way to copy the XML data automatically over to the same domain to get around this security limitation? Or am I missing something here?
 
Back
Top