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 中创建一个母版页模板。最初我以为我会利用
流图,但 FOP (XSL 1.0) 不支持流图。请建议一个
替代为我的输出文件创建母版页模板。
问候
对 fo 文件进行预处理怎么样?因此,您将主模板存储在文件中。然后你的 fo 文件和你的自定义页面主文件包含一个像 $insertmasterhere$ 这样的占位符。
预处理会将主模板插入所有自定义页面主控中。您可以使用 java 和 String 替换函数来做到这一点。
问候约翰内斯·珀莱特