私はいくつかのHTMLを持っています:
<hr noshade>
<p><a href="#1">Some text here</a></p>
<p style="margin-top:0pt;margin-bottom:0pt;line-height:120%;"><span style="color:#000000;font-weight:bold;">This is some description</span></p>
<hr noshade> <!-- so <hr noshade> is the delimiter for me -->
<p><a href="#2">Some more text here</a></p>
<p style="margin-top:0pt;margin-bottom:0pt;line-height:120%;"><span style="color:#000000;font-weight:bold;">This is description for some more text</span></p>
<hr noshade>
nokogiri を使用して解析しているときに、独自の delimiter で区切られたこれらのタグの各セットの間に情報を出力したいと考えています<hr noshade>
。したがって、最初のブロックは、2 つのタグの間にあるすべての「p」タグ間の情報を出力する必要がありますhr noshade
。