<table:result-list response="response">
    ...
    <table:body>
        <table:row>
            <table:cell name="full_name" query="query"></table:cell>
            <table:cell name="address"></table:cell>
            <table:cell name="dob" date-format="dd/MM/yyyy"></table:cell>
        </table:row>
    </table:body>
</table:result-list>