Dom Loadxmldoc
# XML DOM Load Functions
* * *
The code for loading an XML document can be stored in a function.
* * *
## loadXMLDoc() Function
To make the code from the previous page easier to maintain (and to check for older browsers), it should be written as a function:
## Code from loadxmldoc.js file:
function loadXMLDoc(dname){if(window.XMLHttpRequest){xhttp
YouTip