On Jun 29, 2006, at 1:08 AM, Damjan wrote:

>
> 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.

I'm not sure if Mozilla is the only browser that supports this  
feature, but It's definitely not supported everywhere.

-bob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
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