mwalzer / qcml

Automatically exported from code.google.com/p/qcml
0 stars 0 forks source link

Encapsulate table in an Attachment #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Adjust Attachment so a table is encapsulated by a table-element. F.e.:

<Attachment id=...>
<table>
<TableColumnTypes>table row values</TableColumnTypes>
<TableRowValues>1 2 3</TableRowValues>
...
<TableRowValues>n-2 n-1 n</TableRowValues>
</table>
</Attachment>

Original issue reported on code.google.com by bittremi...@gmail.com on 6 Sep 2013 at 11:54

GoogleCodeExporter commented 9 years ago
Fixed in r59.

Original comment by bittremi...@gmail.com on 14 Oct 2013 at 8:31