% ' I converted some of your example found on http://www.iteam5.net/francesco/atom/ over to jscript. ' Feel free to use it and keep up the good work. ' Tyson Kopczynski ' tyson@cco.com
function atom(strURL) { var objXML = new ActiveXObject("msxml2.DOMDocument.3.0"); objXML.async = false; objXML.setProperty("ServerHTTPRequest", true); objXML.validateOnParse = true; objXML.preserveWhiteSpace = false;
if (!objXML.load(strURL)) { var array = new Array();