Module: formatter_DocBookX | ../HappyDoc-r2_1/happydoclib/formatter/formatter_DocBookX.py | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
XML DocBook formatter.All files contains XML and doctype declaration, so every document is a valid XML file. This way, it is possible to use every file separately. Every index file indicates a chapter. Every module or class document indicates section. It was tested with libxml 2.4.10 and libxslt 1.0.6 (http://xmlsoft.org). Use your favourite XML and XSLT processors with XInclude support. Example:happydoc -T mstruct -F docbookx my_module formatter_encoding=utf-8 xsltproc --xinclude my_custom_docbook_to_html.xsl my_module/index.docb > my_module.html
|