in reply to Re^2: Extracting HTML content between the h tags
in thread Extracting HTML content between the h tags
Or (more flexible):$p->findnodes('//h2[4]/following-sibling::p');
$p->findnodes('//h2[last()]/following-sibling::p');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Extracting HTML content between the h tags
by vagabonding electron (Curate) on Aug 06, 2012 at 15:31 UTC |