query-Tag und table-Tag
<ix:query id=„aktien"
statement="select * from aktien">
<ix:table dataSet=“aktien"
>
<table id="depottable"
align="Left" cellspacing="0"
cellpadding="7">
<tr>
<th>Name:</th>
<th>WKN:</th> <th>Kurs:</th>
</tr>
</table>
</ix:table>
</ix:query>