-
Not only that, it actually makes it legal for XML to eat away the spaces between the words:
$ echo '``quux thud`` is confusing'|rst2html|grep 'quux'
quux thud is confusing
$ echo '``quux thud`` is confusing'|rst2html|xmllint --format -|grep quux
2008-08-09 13:13:45 UTC in Docutils: Documentation Utilities
-
With xhtml, the name attribute is pretty much considered an obsolete alias for id. Processing the xhtml output with xslt even copies the name attribute values to id attributes.
The way docutils uses name and id with footnotes causes trouble with this, because the same value is present on two different elements:
$ printf 'see [#bar]_\n\n.. [#bar] here'|rst2html|grep -A 3 '
2008-07-03 10:35:00 UTC in Docutils: Documentation Utilities
-
tv42 committed patchset 261 of module src to the MC Foo CVS repository, changing 63 files.
2003-08-09 14:48:36 UTC in MC Foo
-
tv42 committed patchset 260 of module src to the MC Foo CVS repository, changing 3 files.
2003-02-13 17:45:48 UTC in MC Foo
-
tv42 committed patchset 259 of module src to the MC Foo CVS repository, changing 1 files.
2002-10-13 13:41:00 UTC in MC Foo
-
tv42 committed patchset 258 of module src to the MC Foo CVS repository, changing 1 files.
2002-10-13 13:39:33 UTC in MC Foo
-
tv42 committed patchset 257 of module src to the MC Foo CVS repository, changing 1 files.
2002-10-13 13:36:21 UTC in MC Foo
-
tv42 committed patchset 256 of module src to the MC Foo CVS repository, changing 1 files.
2002-10-13 13:30:36 UTC in MC Foo
-
tv42 committed patchset 255 of module src to the MC Foo CVS repository, changing 1 files.
2002-10-13 13:29:56 UTC in MC Foo
-
tv42 committed patchset 254 of module src to the MC Foo CVS repository, changing 1 files.
2002-10-13 13:01:47 UTC in MC Foo