O.P. [?] Loading an invalid XML file
OK, I'm working on this script that gathers data from a website, but the page's source cannot be loaded into the XMLDOM ActiveX. I currently have a hard-coded method that makes the source XML-valid, but that's not dynamic enough. I'm trying to get the <title> node of the page. Any ideas on a more dynamic method?
|