Sunday, 15 September 2013

how to make a table from xml tags and get access to different tags

how to make a table from xml tags and get access to different tags

How to get access to "td check it /td" second td, and create from all
second td columb? from all results which are in xml. For example make "td
2 /td" link to ar id=0 and ar id=1, Context;
<result number="001">
<table>
<tr num="0">
<td>0</td>
<td>check it</td>
<td>Unknown</td>
<td>2</td>
<td>
<array id="0" br="54">
<ar id="0">
<![CDATA[
Mistake
]]>
</ar>
<ar id="1">
<![CDATA[Second mistake ]]>
</ar>
</array>
</td>
</tr>
</table>

No comments:

Post a Comment