summaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-07-27 16:36:24 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2004-07-27 16:36:24 +0000
commit7d2f4acd3c5d6a55df3d52edf6411794686410bd (patch)
tree52e9710f6ad75d8e95adbc63ce3e8476a9de767a /docs/user
parent470e4917bbf197121082fefdd50bf86e5a72389f (diff)
downloaddocutils-7d2f4acd3c5d6a55df3d52edf6411794686410bd.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@2469 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/tools.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/user/tools.txt b/docs/user/tools.txt
index 55e905aa6..c563bf58b 100644
--- a/docs/user/tools.txt
+++ b/docs/user/tools.txt
@@ -236,27 +236,27 @@ Some limitations and difference apply:
- Not all constructs are possible, see `Generating LaTeX with Docutils`_.
-docutils-xml.py
----------------
+rst2xml.py
+----------
:Reader: Standalone
:Parser: reStructuredText
:Writer: XML (Docutils native)
-The ``docutils-xml.py`` front end produces Docutils-native XML output.
+The ``rst2xml.py`` front end produces Docutils-native XML output.
This can be transformed with standard XML tools such as XSLT
processors into arbitrary final forms.
-publish.py
-----------
+rst2pseudoxml.py
+----------------
:Reader: Standalone
:Parser: reStructuredText
:Writer: Pseudo-XML
-``publish.py`` is used for debugging the Docutils "Reader to Transform
-to Writer" pipeline. It produces a compact pretty-printed
+``rst2pseudoxml.py`` is used for debugging the Docutils "Reader to
+Transform to Writer" pipeline. It produces a compact pretty-printed
"pseudo-XML", where nesting is indicated by indentation (no end-tags).
External attributes for all elements are output, and internal
attributes for any leftover "pending" elements are also given.