]> xenbits.xensource.com Git - libvirt.git/commit
Fix multiple formatting problems in HTML docs
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 3 May 2013 14:25:37 +0000 (15:25 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 3 May 2013 14:56:15 +0000 (15:56 +0100)
commitf2f9742d4d7c9e8132f753bb9eff8b478dd2f899
tree96807f2c25e49403dd7c79d60a36d1f394c9bb24
parent58662f44165ccbffee95b4911a7eec49975bde0b
Fix multiple formatting problems in HTML docs

The rule generating the HTML docs passing the --html flag
to xsltproc. This makes it use the legacy HTML parser, which
either ignores or tries to fix all sorts of broken XML tags.
There's no reason why we should be writing broken XML in
the first place, so removing --html and adding the XHTML
doctype to all files forces us to create good XML.

This adds the XHTML doc type and fixes many, many XML tag
problems it exposes.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
75 files changed:
docs/404.html.in
docs/Makefile.am
docs/api.html.in
docs/api_extension.html.in
docs/apps.html.in
docs/archdomain.html.in
docs/architecture.html.in
docs/archnetwork.html.in
docs/archnode.html.in
docs/archstorage.html.in
docs/auth.html.in
docs/bindings.html.in
docs/bugs.html.in
docs/compiling.html.in
docs/contact.html.in
docs/csharp.html.in
docs/deployment.html.in
docs/devguide.html.in
docs/docs.html.in
docs/downloads.html.in
docs/drivers.html.in
docs/drvesx.html.in
docs/drvhyperv.html.in
docs/drvlxc.html.in
docs/drvopenvz.html.in
docs/drvparallels.html.in
docs/drvphyp.html.in
docs/drvqemu.html.in
docs/drvremote.html.in
docs/drvtest.html.in
docs/drvuml.html.in
docs/drvvbox.html.in
docs/drvvmware.html.in
docs/drvxen.html.in
docs/errors.html.in
docs/firewall.html.in
docs/format.html.in
docs/formatcaps.html.in
docs/formatdomain.html.in
docs/formatnetwork.html.in
docs/formatnode.html.in
docs/formatnwfilter.html.in
docs/formatsecret.html.in
docs/formatsnapshot.html.in
docs/formatstorage.html.in
docs/formatstorageencryption.html.in
docs/goals.html.in
docs/hacking.html.in
docs/hacking1.xsl
docs/hacking2.xsl
docs/hooks.html.in
docs/index.html.in
docs/internals.html.in
docs/internals/command.html.in
docs/internals/locking.html.in
docs/internals/rpc.html.in
docs/intro.html.in
docs/java.html.in
docs/locking.html.in
docs/logging.html.in
docs/migration.html.in
docs/news.html.in
docs/pending.html.in
docs/php.html.in
docs/python.html.in
docs/relatedlinks.html.in
docs/remote.html.in
docs/sitemap.html.in
docs/storage.html.in
docs/testapi.html.in
docs/testsuites.html.in
docs/testtck.html.in
docs/uri.html.in
docs/virshcmdref.html.in
docs/windows.html.in