Convert from Sandcastle to DITA

New to DITA or XSL. I ran into the problem of creating documentation for the API documentation. I can currently handle HTML and CHM using Sandcastle in C # Assembly and XML. I have a requirement to produce it in DITA. Any conclusions?

thanks

+4
source share
1 answer

If I understand correctly, there is a way to port HTML to DITA using the DITA Open Toolkit. Would that be enough? http://dita-ot.sourceforge.net/1.5.2/readme/DITA-h2d.html

+1
source

Source: https://habr.com/ru/post/1485932/


All Articles