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 mootools-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to