]> granicus.if.org Git - docbook-dsssl/commitdiff
Turn of indentation
authoruid48421 <uid48421>
Wed, 4 Jul 2001 09:52:00 +0000 (09:52 +0000)
committeruid48421 <uid48421>
Wed, 4 Jul 2001 09:52:00 +0000 (09:52 +0000)
xsl/fo/docbook.xsl

index 6003c15b7bd903a01661a47e4c4360631d3c6b21..bc7aa8b90dd0a590dad7fe4dfdd5c756c9857fdc 100644 (file)
@@ -5,8 +5,10 @@
                 exclude-result-prefixes="doc"
                 version='1.0'>
 
-<xsl:output method="xml"
-            indent="yes"/>
+<!-- It is important to use indent="no" here, otherwise verbatim -->
+<!-- environments get broken by indented tags...at least when the -->
+<!-- callout extension is used...at least with some processors -->
+<xsl:output method="xml" indent="no"/>
 
 <!-- ********************************************************************
      $Id$