xpath help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



If I have a document containing, say:
<html>
 <body>
  <table>
   <tbody>
    <tr>
     <td><font ...>foo1</font></td>
     <td><font ...>bar1</font></td>
    </tr>
    <tr>
     <td>
      <font ...>foo2</font>
     </td>
     <td>
      <font ...>bar2</font>
     </td>
    </tr>
...

How do I get at "bar2"? I tried everything, based on an xpath from
Firebug (Firefox plugin), but kept getting NULL.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux