Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要创建复杂的 XSL-FO 文件,稍后将用于创建 pdf 文件。
需要插入 n 个表,每个表可以有不同的结构(例如标题数、行数、列数、列数)。
所有相关信息仅在运行时可用,因此之前无法创建结构。
你有什么建议?
更新:
我想唯一的选择是用 FileWriter 构造 xsl-fo 文件。根据要求。
创建一个 bean 类来保存 pdf 创建器中使用的变量和数组列表。使用这个填充的 bean 创建一个 JAXBContext。在您的 xlst 文件中使用
<xsl:for-each select="myArrListofTableRows">