I've also found this,
var items = document.evaluate("/rss/channel/item", res.responseXML,
null, XPathResult.ANY_TYPE, null);

"items" is an iterator so you iterate it like this:

while (item = items.iterateNext()) { blah; blah; item;}

But I think this is a Mozilla only feature.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---

Reply via email to