我有以下 XML:
<query>
<row>
<EMPLID>001001</EMPLID>
<NAME>Smith,Jim</NAME>
<DEPT>2929</DEPT>
<DED_CUR>37.50</DED_CUR>
</row>
<row>
<EMPLID>001004</EMPLID>
<NAME>Green, Bill</NAME>
<DEPT>3498</DEPT>
<DED_CUR>37.50</DED_CUR>
</row>
</query>
有没有办法使用 XPATH 说类似的东西
If no DEPT node contains 5555 or 7777, then do the following....
如果 DEPT 5555 或 7777 中的查询中没有员工,则目的是做一些特殊的事情。