Fix HTML output formatting to avoid white space in links.
--- a/publish.xsl	Wed May 16 20:19:19 2012 +1000
+++ b/publish.xsl	Thu May 17 12:08:03 2012 +1000
@@ -16,7 +16,7 @@
                 version="2.0">
 
   <xsl:output method='text'/>
-  <xsl:output name='chapter' method='xml' omit-xml-declaration='yes' doctype-public='-//W3C//DTD XHTML 1.0 Transitional//EN' doctype-system='http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd' indent="yes" saxon:indent-spaces="1"/>
+  <xsl:output name='chapter' method='xhtml' omit-xml-declaration='yes' doctype-public='-//W3C//DTD XHTML 1.0 Transitional//EN' doctype-system='http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd' indent="no" saxon:indent-spaces="0"/>
 
   <xsl:namespace-alias stylesheet-prefix='_xml' result-prefix='xml'/>