Hi, I have the same problem with 1.1.3 This should resolve your problem: $('type1', responseXML), $('type1 type2', responseXML), $('type1 type3', responseXML) $('type1 type3 type4',responseXML)
The $('type1>type3', responseXML) does not work too. Regards