Bryan, please add more info about what you are doing. You can insert the "responseText" into HTML and use selector on that. Something like this: https://jsfiddle.net/kqyp1c39/
Cheers On Sat, Jan 23, 2016 at 12:50 PM, Bryan Garaventa < [email protected]> wrote: > Hi, > > I’ve been trying to get this to work for hours now and it’s driving me > sort of nuts. > > > > Can you help me with the syntax for returning an element array of an XML > document, starting with the XML document itself? > > > > For instance I have a standard XML document of nodeType=9, and the XML > structure is as follows: > > > > <?xml version="1.0" encoding="UTF-8" ?> > > <carousel> > > <group name="Name1" > > > <slide></slide> > > </group> > > <group name="Name2" > > > <slide></slide> > > </group> > > </carousel> > > > > I’m trying to get MooTools to return an array of just the first two > firstChild nodes using the CSS selector “carousel > *” > > > > Nothing works though. > > > > Do you know how this can be done? > > > > Thanks, > > Bryan > > > > > > -- > > --- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
