Type: Posts; User: Xperia124
Thank you Kor. However i am still unable to read the XML file from the other server. Could you help me with that?
Hi everyone, I am trying to access an online XML file, for example: http://www.rgraph.net/sample.xml using HTML. <html> <body> <script type="text/javascript"> if (window.XMLHttpRequest) {//...
1st correction: remove document.write("XML file loaded") after onload which will erase existing document. Thanks to Alex Vincent.
Hi everyone, I am really new to XML and HTTP and I am trying to write a code compatible to browsers such as Firefox, Chrome and Safari. The HTML is to search an XML file looking for an specific...