Table of Contents

Module: formatter_DocBookX ../HappyDoc-r2_0_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 xmldocbook my_module formatter_encoding=utf-8

xsltproc --xinclude my_custom_docbook_to_html.xsl my_module/index.docb > my_module.html

Imported modules   
from happydoclib.docset.mstruct_const import *
import happydoclib.formatter.xmlformatterbase
import os.path
import string
from types import *
Functions   
entryPoint
  entryPoint 
entryPoint ()

Return information about this module to the dynamic loader.

Classes   
XMLDocBookFormatter

XML DocBook formatter.


Table of Contents

This document was automatically generated on Tue Feb 5 07:30:30 2002 by HappyDoc version 2.0.1