【发布时间】:2014-06-13 03:28:53
【问题描述】:
对于我们要构建的表,我有以下 xml 格式,该格式适用于循环遍历结构的方式。但是我不知道如何将 xsl-fo 转换为 PDF。
<table>
<thead>
<tcell>data</tcell>
<tcell>data</tcell>
<tcell>data</tcell>
</thead>
<trow><tcell>data</tcell><tcell>data</tcell><tcell>data</tcell></trow>
<trow><tcell>data</tcell><tcell>data</tcell><tcell>data</tcell></trow>
<trow><tcell>data</tcell><tcell>data</tcell><tcell>data</tcell></trow>
<trow><tcell>data</tcell><tcell>data</tcell><tcell>data</tcell></trow>
</table>
【问题讨论】:
标签: xml pdf xslt html-table xsl-fo