XML.prototype.ignoreWhite = true; List.onData = function(txt) { var result = new XML(txt); // массив всех нод "row" trace(result.firstChild.childNodes); };