假设我有以下 XML ......
<root>
<base>
<tent key="1" color="red"/>
<tent key="2" color="yellow"/>
<tent key="3" color="blue"/>
</base>
<bucket>
<tent key="1"/>
<tent key="3"/>
</bucket>
</root>
...返回“桶”包含“红色”和“蓝色”的 XPath 是什么?