in reply to Parsing HTML with TreeBuilder
Is this what you mean? you want to tell if a row only contains cells like
<td><a href .... > only-a-link </a></td>or does it also contain cells like
<td> text <a href .... > optional-link </a> more-text </td>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Parsing HTML with TreeBuilder
by Anonymous Monk on Sep 20, 2002 at 07:12 UTC | |
|
Re: Re: Parsing HTML with TreeBuilder
by Anonymous Monk on Sep 20, 2002 at 07:16 UTC | |
by Chmrr (Vicar) on Sep 20, 2002 at 07:25 UTC |