You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<tables count="#[tablecount]#">
|
|
|
|
#(showtable)#
|
|
|
|
#{tables}#
|
|
|
|
<table name="#[table]#" count="#[num]#"/>
|
|
|
|
#{/tables}#
|
|
|
|
::
|
|
|
|
<table name="#[table]#" count="#[num]#">
|
|
|
|
<columns>
|
|
|
|
#{columns}#
|
|
|
|
<column name="#[header]#" />
|
|
|
|
#{/columns}#
|
|
|
|
</columns>
|
|
|
|
<rows>
|
|
|
|
#{list}#
|
|
|
|
<row#(showpk)#:: key="#[pk]#"#(/showpk)#>
|
|
|
|
#{columns}#
|
|
|
|
<column name="#[column]#">#[cell]#</column>
|
|
|
|
#{/columns}#
|
|
|
|
</row>
|
|
|
|
#{/list}#
|
|
|
|
</rows>
|
|
|
|
</table>
|
|
|
|
#(/showtable)#
|
|
|
|
</tables>
|