Awesome! you are brilliant :) Thanks a million.

For those who may need to know this in the future, this is the syntax:

// context = HTML or XML node or document

Array.each(Slick.search(context, selector), function(o, i){
// o is each matching node, XML or HTML
});

I needed this level of ambiguity for the project I'm working on, which I'll be happy to share here when complete.

Best wishes,
Bryan

----- Original Message ----- From: "Sanford Whiteman" <sa...@figureone.com>
To: "Bryan Garaventa" <mootools-users@googlegroups.com>
Sent: Friday, October 04, 2013 9:11 PM
Subject: Re: [Moo] Unable to traverse XML DOM using MooTools


Check this Fiddle out:

         http://jsfiddle.net/sanford/5YS66/5/show/light/

-- S.

--

--- You received this message because you are subscribed to the Google Groups "MooTools Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to mootools-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

--

--- You received this message because you are subscribed to the Google Groups "MooTools Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mootools-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to