<!-- The table to link into with the HtmlTableStore-->
<tableid="tableExample">
<thead>
<tr>
<th>X</th>
<th>Y</th>
<th>A</th>
<th>B</th>
</tr>
</thead>
<tbody>
<trid="test">
<td>2</td>
<td>3</td>
<td></td>
<td>8</td>
</tr>
<tr>
<td>1</td>
<td>3</td>
<td>5</td>
<td>7</td>
</tr>
<tr>
<td>4</td>
<td>9</td>
<td>22</td>
<td>777</td>
</tr>
<tr>
<td>3231</td>
<td>3</td>
<td>535</td>
<td>747</td>
</tr>
</tbody>
</table>
<br/>
<br/>
<blockquote>
<b>Table Rows: <br/><i>(Just to show that the tree can determine that the tableStore works like a store).<br/>Should have three branches, where the row had attr Y value of 3.</i></b>