[stringtemplate-interest] c# - Nested tables

Christophe Vanderhaeghen christophe at soletis.be
Wed Dec 16 09:06:05 PST 2009


Hi,

I have an urgent question about NESTED TABLES. We have properties that
contain lists. Those lists have complex objects with other lists (sublists).

Is the following possible? If not, is there an alternative?

<table border=1>

$users:{ u |

  <tr>

    <td>$u.name$</td>

    <td>$u.age$</td>

    <td>$u.address:{ a | 

                <table>

                   <tr>

                               <td>$a.street$</td>

                               <td>$a.city$</td>

                   </tr>

                </table>

                }$

    </td>

  </tr>

}$

</table>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/stringtemplate-interest/attachments/20091216/bdf606eb/attachment.html 


More information about the stringtemplate-interest mailing list