Project description
This package contains transformation from HTML to DocBook XML.
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>'
Changes:
0.1 (11.03.2009)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file html2docbook-0.1.tar.gz
.
File metadata
-
Download URL:
html2docbook-0.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
File hashes
Hashes for html2docbook-0.1.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
d3bbe2887349c83afc725ce36130eaf9d56f784696dc928fbd3589cb3e2875ff |
|
MD5 |
d4af6a8e28c7250f646bfd407dab1f24 |
|
BLAKE2b-256 |
7dafb13e68fe026f7da67f148dbd5e550d55fdacaccf3d5fc1c32236d30be699 |
|
See more details on using hashes here.
File details
Details for the file html2docbook-0.1-py2.4.egg
.
File metadata
File hashes
Hashes for html2docbook-0.1-py2.4.egg
Algorithm |
Hash digest |
|
SHA256 |
c4c43d8b129e1443362cf9bac6cec6fce73ea80e37ae8b8cf918dec4e987cc35 |
|
MD5 |
cd7c1aa5481c408c915e9b5272ed776e |
|
BLAKE2b-256 |
cbbb567b74496bbbaee409baedb541e09c313c7a4452d671c017505ca0b0ba34 |
|
See more details on using hashes here.