blob: f0c0339b6b649cffe796887b5a984836661cb002 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
============
docutils_xml
============
-----------------------------------------
Docutils support for XML based processing
-----------------------------------------
:Author: smerten@oekonux.de
:Copyright: GPL v2
:Manual section: 1
:Manual group: text processing
SYNOPSIS
========
::
from docutils_xml import parsers
from docutils_xml import writers
DESCRIPTION
===========
Support code for processing XML in a Docutils environment.
SEE ALSO
========
.. _Docutils:
* Docutils
http://docutils.sourceforge.net/
.. _reStructuredText:
* reStructuredText
http://docutils.sourceforge.net/rst.html
* _`xml2rst`
http://svn.code.sf.net/p/docutils/code/trunk/sandbox/xml2rst/
* _`odf2docutils`
http://svn.code.sf.net/p/docutils/code/trunk/sandbox/odf2docutils/
AVAILABILITY
============
**docutils_xml** is available from
http://www.merten-home.de/FreeSoftware/docutils_xml/
and the Docutils sandbox
http://svn.code.sf.net/p/docutils/code/trunk/sandbox/docutils_xml
|