在 XSL 中创建母版页模板以使用 Apache FOP 进行渲染

发布于 2024-10-15 18:25:01 字数 147 浏览 2 评论 0原文

我需要所有渲染的页面都符合特定的模板。

所以我想用 XSL 创建一个母版页模板。最初我以为我应该使用

流程图,但是 FOP (XSL 1.0) 不支持流程图。请建议一种

替代方案来为我的输出文件创建母版页模板。

问候

I need all my rendered pages conform to a specific template.

So I want to create a master page template in XSL. Initially i thought i shall make use of

flow-maps but however flowmaps are not supported by FOP (XSL 1.0). Kindly suggest an

alternative to create a master page template for my output files.

Regards

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘寄 2024-10-22 18:25:01

对 fo 文件进行预处理怎么样?
因此,您已将主模板存储在文件中。然后您的 fo 文件和自定义页面母版包含一个占位符,例如 $insertmasterhere$。

预处理将在所有自定义页面母版中插入母版模板。您可以使用 java 和字符串替换函数来做到这一点。

  1. yourfofile --预处理--> yourfofile2 --fop--> .pdf

问候语
约翰内斯·佩莱特

what about implementing a preprocessing of the fo-files?
So you have your master-template stored in a file. And then you have your fo-files with your custom page-masters containg a placeholder like $insertmasterhere$.

The preprocessing will insert the master-template in all custom page-masters. You could do it with java and String replace functions.

  1. yourfofile --preprocessing--> yourfofile2 --fop--> pdf

Greetings
Johannes Perlet

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文