Visual Studio 2008 中的 Apache FOP

发布于 2024-08-26 03:57:53 字数 182 浏览 4 评论 0原文

我正在编写一些 XML ->在 Apache FOP 中为 ASP Web 应用程序生成 PDF 模板。我需要使用 Visual Studio 进行开发。 Visual Studio 对常规 XSL 具有出色的编辑和自动完成功能,我想知道是否有任何方法可以为 FOP 标签添加此功能。 至少有没有办法阻止它认为文件由于标签而彻底损坏? 谢谢。

I am writing some XML -> PDF generating templates in Apache FOP for an asp web app. I need to use Visual Studio for my development. Visual studio has great editing and auto complete for regular XSL, I was wondering if there is any way to add this functionality for FOP tags.
At least is there a way to stop it from thinking the file is hopelessly broken due to the tags?
Thanks.

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

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

发布评论

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

评论(1

§对你不离不弃 2024-09-02 03:57:53

FO 命名空间必须添加到文件中。

xmlns:fo="http://www.w3.org/1999/XSL/Format"

这不会自动完成,但会阻止文件阻止项目构建。

The FO namespace must be added to the file.

xmlns:fo="http://www.w3.org/1999/XSL/Format"

This does not give auto complete, but will stop the file from preventing the project from building.

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