HTML to DocBook transformation
Project description
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
Changes:
0.1 (11.03.2009)
- initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size html2docbook-0.1-py2.4.egg (23.9 kB) | File type Egg | Python version 2.4 | Upload date | Hashes View |
Filename, size html2docbook-0.1.tar.gz (19.4 kB) | File type Source | Python version None | Upload date | Hashes View |