16 Dec
2009
16 Dec
'09
3:07 p.m.
Hi Bubulina, You're asking a lot of question and getting lots of answers which is good but I hope you're going to contribute something back to the community in exchange. Thanks -Vincent On Dec 16, 2009, at 4:00 PM, Bubulina wrote:
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: