Visual Studio 2008 中的 Apache FOP
我正在编写一些 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
FO 命名空间必须添加到文件中。
这不会自动完成,但会阻止文件阻止项目构建。
The FO namespace must be added to the file.
This does not give auto complete, but will stop the file from preventing the project from building.