所以,我只需要那些直接在里面<and>
而不是在里面的equals的值<not>
。所以,我需要以下:7942 和 6252。我如何获得这些?
<aaa>
<and>
<equal ident="qwe">7942</equal>
<equal ident="qwe">6252</equal>
<not>
<equal ident="qwe">1056</equal>
</not>
<not>
<equal ident="qwe">6562</equal>
</not>
</and>
</aaa>