html2docbook 0.1
HTML to DocBook transformation
This package contains transformation from HTML to DocBook XML.
Installation
- install html2docbook either using easy_install or by downloading the sources from the Python Cheeseshop
Supported platforms
Unix
Subversion repository
Usage
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>'
License
GPL
Author
Timo Stollenwerk | timo@zmag.de
Changes:
0.1 (11.03.2009)
- initial release
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| html2docbook-0.1-py2.4.egg (md5) | Python Egg | 2.4 | 2009-03-11 | 23KB | 866 |
| html2docbook-0.1.tar.gz (md5) | Source | 2009-03-11 | 18KB | 682 | |
- Author: Timo Stollenwerk
- License: GPL
- Package Index Owner: timo
- DOAP record: html2docbook-0.1.xml
