html2docbook

HTML to DocBook transformation
Download

html2docbook Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Timo Stollenwerk
  • Publisher web site:
  • http://pypi.python.org/pypi/html2docbook/

html2docbook Tags


html2docbook Description

HTML to DocBook transformation html2docbook is a Python library that contains transformation from HTML to DocBook XML.Installation:* install html2docbook either using easy_install or by downloading the sources from the Python CheeseshopSupported platformsUnixSubversion repository* https://svn.zmag.de/svn/python/html2docbookUsage:Example from the Python command-line:>>> from html2docbook import Html2DocBook>>> h2d = Html2DocBook()>>> h2d.transform('< p >first paragraph< /p >< p >second paragraph< /p >')'< section >< para >first paragraph< /para >< para >second paragraph< /para >< /section >' Requirements: · Python


html2docbook Related Software