Fix HTML output formatting to avoid white space in links.
authorCameron McCormack <cam@mcc.id.au>
Thu, 17 May 2012 12:08:03 +1000
changeset 18 a8dc66128dd3
parent 17 ddeb27d7ebba
child 19 007d01c2973f
Fix HTML output formatting to avoid white space in links.
publish.xsl
--- 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'/>