This method of the XMLDSO class reloads the document using the specified URL. Relative URLs are resolved using the HTML document as a base for the URL.
Syntax
public void load(String arg);
Parameters
arg
A String that contains the URL used to reload the document.