ancestor descendant selector problem

ancestor descendant selector problem


Hi,
Encounter an expression $("ns:a ns:b", xmlDom) does not work anymore
when upgraded jQuery from 1.2.6 to 1.3.2.on FF3. After some try and
error, version 1.3.2 seems to work with simple xml DOM (e.g.
<a><b><c>123</c></b></a>) with no name space but does not work with
xml DOM with name space (e.g. <ns:a><ns:b><ns:c>123</ns:c></ns:b></
ns:a>)
Is there any selector related syntax change between the two version?