Post Reply 
Using $NEST
Jan. 03, 2009, 11:11 AM
Post: #6
RE: Using $NEST
(Jan. 03, 2009 07:36 AM)Kye-U Wrote:  Try:

Code:
<table[^>]++class=$AV(maintable)[^>]++>$INEST(<table,</table>)</table>

A slight problem with that new code...

Lets say this is the table I want to match:
Code:
<table class="maintable">
  <tr>
    <td name="acell">match me</td>
  </tr>

  <tr>
    <td>
      <table>
        <tr>
          <td>another table</td>
        </tr>
      </table>
    </td>
  </tr>
</table>
I only want to match tables where the text inside "acell" is "match me". How do I do that?
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
Using $NEST - Quaraxkad - Jan. 03, 2009, 03:26 AM
RE: Using $NEST - Kye-U - Jan. 03, 2009, 07:36 AM
RE: Using $NEST - Quaraxkad - Jan. 03, 2009, 08:02 AM
RE: Using $NEST - Kye-U - Jan. 03, 2009, 08:04 AM
RE: Using $NEST - Quaraxkad - Jan. 03, 2009, 08:08 AM
RE: Using $NEST - Quaraxkad - Jan. 03, 2009 11:11 AM
RE: Using $NEST - sidki3003 - Jan. 03, 2009, 12:46 PM
RE: Using $NEST - lnminente - Jan. 03, 2009, 03:40 PM
RE: Using $NEST - PAEz - Nov. 14, 2009, 06:02 PM
RE: Using $NEST - JJoe - Nov. 14, 2009, 09:32 PM
RE: Using $NEST - PAEz - Nov. 15, 2009, 07:16 AM
RE: Using $NEST - JJoe - Nov. 15, 2009, 03:46 PM

Forum Jump: