Hi,

I've got an app that is processing an ajax returned XML document, which
works fine under jquery 1.1.2 but partially breaks under 1.1.3.

The XML (simplified for the example) is of the form:

<type1 name"test">
 <type2></type2>
 <type3>
      <type4>more text</type4>
</type3>
</type1>

The selectors:
$('type1',  responseXML),
$('type1/type2', responseXML),
$('type1/type3', responseXML)
$('type1/type3/type4',responseXML)

all still work fine under 1.1.2 (OSX / Win32 FF, Opera, IE, Safari),
but only the first works under 1.1.3 (the rest get zero results).

[only tested on OSX with FF, Safari so far].


Any suggestions would be welcome.

Cheers,

Ted

Reply via email to