读取 JDF 文件
基本上,我需要一种读取 JDF 文件的方法,以便我可以看到它包含的信息。
根据 此链接,JDF 基于 XML,所以我认为这会很容易读。但我找不到任何有关如何做到这一点的信息。
我正在使用 C# 和 .NET 4.0。
Basically, I need a way to read a JDF file, so I can see the information it contains.
According to this link, JDF is based on XML, so I figure it would be pretty easy to read. But I can't find any information about how to do that.
I'm using C# and .NET 4.0.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JDF 是 XML,但它不是非常友好的 XML。 JDF 规范文档 本身就是超过 1,200 页!我建议查看 FluentJDF。他们几周前刚刚开源。我工作的公司刚刚从他们那里购买了一些培训,昨天我参加了一个 4 小时的操作会议。他们使用 JDF 的解决方案是程序员的梦想。
JDF is XML, but it's not very friendly XML. The JDF specification doc alone is over 1,200 pages! I suggest taking a look at FluentJDF. They just went open source a few weeks ago. The company I work for just bought some training from them and I sat through a 4 hour how-to meeting yesterday. Their solution for working with JDF is a programmers dream.