たくさんの<div class="post">
ノードがあり、それぞれのコンテンツを選択する必要がありますが、<div class="quote">
.
例:
<div class="post">
<div class="quote"><a href="{url}">some text</div>
some content<br>more content
</div>
この例では、選択 "some content<br>more content"
して除外します<div class="quote">..</div>
私はこれを試しましたが、うまくいきません:
@doc.xpath("//div[@class='post'][not(self::div)]")