クラスまたは ID を持たない div があるという問題があります。innerText がわかっている場合に div 要素を選択することは可能ですか?
<div class="thishere"></div>
<div>Search on a this text</div>
そうでない場合、クラスがある前の div の次の兄弟を見つけるにはどうすればよいですか?
$selector = new Zend_Dom_Query($response->getBody());
$nodes = $selector->query('????');