I\'ve been trying to import an XML document into HTML without using a server. I\'m working with standalone computers so I can\'t upload it to any server, which means I can\'t us
Well, you can run a local server on your stand alone computer. There are many to choose from, just google. That is what localhost is for. ie http://127.0.0.1/some_xml_file.xml