我需要查看图中最接近的前面元素是否是标题元素。我的 XML 结构如下所示:
<section>
<title>Something</title>
<figure><graphic></graphic></figure>
<figure><graphic></graphic></figure>
<p>Some text</p>
</section>
我需要查看图中最接近的前面元素是否是标题元素。我的 XML 结构如下所示:
<section>
<title>Something</title>
<figure><graphic></graphic></figure>
<figure><graphic></graphic></figure>
<p>Some text</p>
</section>