Convert XSD documentation to DocBook

I was looking for a template to achieve this. Apparently, only commercial applications such as oXygen can do this .

Is there a free tool that can do this? Or at least it would be great to have a basic template for customization instead of writing it from scratch.

The closest advice I found in SO is not very promising .

+3
source share
1 answer

First of all, OxygenXML has a free trial license that will not affect your output in any way. Probably the fastest way. However, I'm a little curious why Docbook in particular is an intermediate format not intended for end-user consumption, I think the idea is that you then want to create beautiful PDF and HTML from this? If this is the case, not a bad plan. In addition, not a lot of work to write their own XSL stylesheet for this, you just need to show: complexTypeand simpleTypeand elementin the db: from xs:nameup db:titleand xd:annotationup para, then you can treat it with the help of free tools, such as Saxony and docbook tools.

+2
source

All Articles