[stringtemplate-interest] c# - Nested tables

Terence Parr parrt at cs.usfca.edu
Wed Dec 16 09:20:28 PST 2009


nothing special about nested tables. should work.
Ter
On Dec 16, 2009, at 9:06 AM, Christophe Vanderhaeghen wrote:

> 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>
>
> _______________________________________________
> stringtemplate-interest mailing list
> stringtemplate-interest at antlr.org
> http://www.antlr.org/mailman/listinfo/stringtemplate-interest

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


More information about the stringtemplate-interest mailing list