Thanks, the closest I was able to find was at
https://groups.google.com/forum/#!searchin/mootools-users/xml%7Csort:date/mootools-users/uAtmD6s8eiM/M6BJust1TJUJ
 
I see a lot of back and forth but little in the way of a definitive solution.

For instance, one of the things mentioned was that IE sees the node as HTML 
Unknown instead of HTML General and that this is why the MooTools methods 
aren't binding correctly, but I can't find where it says how to fix this.

Shouldn't the following statement simply normalize correctly?

var myNodes = $(XMLDocument).getElements('group > *');

I can verify that I have an instantiated XML DOM object, but an error is thrown 
every time I try to parse it.

  ----- Original Message ----- 
  From: Sanford Whiteman 
  To: mootools-users@googlegroups.com 
  Sent: Friday, October 04, 2013 5:01 PM
  Subject: Re: [Moo] Unable to traverse XML DOM using MooTools


  Search the archives of this list for my posts that involve XML and you'll get 
at least a few pointers (I'm on the road so can't find the salient points right 
now). I can check more tomorrow.
  -- Sandy

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