summaryrefslogtreecommitdiff
path: root/FAQ.txt
diff options
context:
space:
mode:
authorwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-08-17 18:11:50 +0000
committerwiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-08-17 18:11:50 +0000
commit28663f797ced7a935e8c662a097a34f0f30be428 (patch)
treee3f7d8edf857b8add1bbb1fd5e5ebc91253c882e /FAQ.txt
parentef661342c659d1cc901b6dd5c21e763c333abead (diff)
downloaddocutils-28663f797ced7a935e8c662a097a34f0f30be428.tar.gz
added reference to link list in round-tripping FAQ entry
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3821 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'FAQ.txt')
-rw-r--r--FAQ.txt23
1 files changed, 14 insertions, 9 deletions
diff --git a/FAQ.txt b/FAQ.txt
index c1db00035..c3504e74a 100644
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -361,20 +361,25 @@ If anyone knows of other/better solutions, please `let us know`_.
Are there any tools for HTML/XML-to-reStructuredText? (Round-tripping)
-----------------------------------------------------------------------
-People have tossed the idea around, but little if any actual work has
-ever been done. There's no reason why reStructuredText should not be
-round-trippable to/from XML; any technicalities which prevent
-round-tripping would be considered bugs. Whitespace would not be
-identical, but paragraphs shouldn't suffer. The tricky parts would be
-the smaller details, like links and IDs and other bookkeeping.
+People have tossed the idea around, and some implementations of
+reStructuredText-generating tools can be found in the `Docutils Link
+List`_.
+
+There's no reason why reStructuredText should not be round-trippable
+to/from XML; any technicalities which prevent round-tripping would be
+considered bugs. Whitespace would not be identical, but paragraphs
+shouldn't suffer. The tricky parts would be the smaller details, like
+links and IDs and other bookkeeping.
For HTML, true round-tripping may not be possible. Even adding lots
of extra "class" attributes may not be enough. A "simple HTML" to RST
filter is possible -- for some definition of "simple HTML" -- but HTML
is used as dumb formatting so much that such a filter may not be
-particularly useful. No general-purpose filter exists. An 80/20
-approach should work though: build a tool that does 80% of the work
-automatically, leaving the other 20% for manual tweaks.
+particularly useful. An 80/20 approach should work though: build a
+tool that does 80% of the work automatically, leaving the other 20%
+for manual tweaks.
+
+.. _Docutils Link List: docs/user/links.html
Are there any Wikis that use reStructuredText syntax?