开发者

Is there a .NET library or tool available for interacting with DITA content?

开发者 https://www.devze.com 2023-01-21 06:54 出处:网络
We are integrating documentation authored according to DITA. The DITA Open Toolkit processes all files using java whereas we are looking for a solution that allows us to work with the DITA content on

We are integrating documentation authored according to DITA. The DITA Open Toolkit processes all files using java whereas we are looking for a solution that allows us to work with the DITA content on the fly from a C#-based application.

Does anyone know of any .NET proj开发者_运维知识库ects that are written to work with DITA maps and content?


I don't believe there are any Microsoft-made DITA libraries available for .NET.

There was a paper written for SIGDOC 2008 called "Pragmatic DITA on a budget" that refers to generating DITA content from commented C# code. A PDF is available here. This probably isn't quite what you're looking for, but it could be useful... It might be worth getting in touch with the author about this project.


It's not the cleanest solution in the world, but you could call the DITA Open Toolkit command line tools through Process. If you do it right, you can suppress the console window and the user won't know the difference.


You could use a tool like IKVM to turn the java toolkit jars into .net assemblies and then use the toolkit from there.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号