hey
My question is purely theoretically. If i create a table and each <td> from
it has an id, can i extract the information from a <td> by an id?
This is in a xwiki page.
"<table>
 <tr>
   <td>name</td>
 </tr>
 <tr>
  <td id="test">bla bla</td>
 </tr>

</table>
"

Now, in another page i get the content of the page above, and i want to take
the info from the td with the "id". is it possible?
:confused:

-- 
View this message in context: 
http://n2.nabble.com/distinct-select-divs-from-page-tp4175922p4175922.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to