Word to XML docbook conversor
Convert Word documents (docx) to XML docbook 5.0, usign XSLT 2.0 with saxonhe9-2-1-5j and XMLPipeline with calumet.
This converter makes the transformation based on a file which makes a relationship between word styles and docbook tags.
The output will has this form:
<book xmlns="http://docbook.org/ns/docbook" version="5.0">
<info>
</info>
<chapter xml:id="m0">
<info></info>
</chapter>
<chapter xml:id="m1">
<info></info>
</chapter>
<chapter xml:id="m2">
<info></info>
</chapter>
...
</book>
Elements supported: table in cals mode listitem emphasis links sect1..5 chapter book mediaobject important blockquote mathml info title preface authorgroup author personblurb
Download from: https://github.com/albertjuhe/word2docbook