我的 xml 看起来像这样:
<p>text</p>
<p>text</p>
<table>
<!--some tr and td's-->
</table>
<p><sup>a</sup> text</p>
<p><sup>b</sup> text</p>
<p><sup>c</sup> text</p>
<p></p>
<table>
<!--some tr and td's-->
</table>
<p><sup>a</sup> text</p>
<p><sup>b</sup> text</p>
<p>text</p>
我需要选择 p 标签,它们是第一个表的后续兄弟和空 p 的前兄弟。