Generate valid XHTML.
commite11a01326412f8fed88bb586967dd628993ae0e5
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 9 Nov 2010 22:53:56 +0000 (9 22:53 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 9 Nov 2010 22:53:56 +0000 (9 22:53 +0000)
treeb11713b8b9bdbfba3cbaaa56e9de9b7aa8f92bb6
parentcd1581c7d329055532642b368bed056fbf4d91ed
Generate valid XHTML.

* Wrap the custom-role HTML styling in the example a literal block:
  While in-document styling with raw HTML works in most browsers, a
  <style> tag in the body is no valid HTML.

* The "lang" attribute name is no longer valid in XHTML 1.1.
  Make it configurable to enable writers inheriting from the
  html4css1 writer to generate valid XHTML 1.1. output.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6475 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/latex2mathml.py
docutils/writers/html4css1/__init__.py
test/functional/expected/math.xhtml
test/functional/expected/standalone_rst_html4css1.html
test/functional/expected/standalone_rst_latex.tex
test/functional/expected/standalone_rst_xetex.tex
test/functional/input/data/custom_roles.txt
test/functional/input/data/math.txt
test/functional/input/standalone_rst_html4css1.txt