私はpythonとxpathが初めてで、次のようなhtmlコードがあります。
<a name="hello"></a>
<h3>hello</h3>
<table />
<a name="impact"></a>
<h3>Impact</h3>
<table cellspacing="0" cellpadding="0" border="0" class="wrapper-table"><tr> <td><p>An unauthenticated attacker using a specifically crafted payload may be able to trick the Ruby on Rails backend into executing arbitrary code.</p></td></tr></table>
そして、すべてのタグとテキストを含むテーブル全体を保存し、...文字列で保存したいと考えています。Impact ヘッダーの後にある table タグが必要です。