]> granicus.if.org Git - docbook-dsssl/commitdiff
Adding param to workaround horrific ADE bug with the inability to process <br>
authorKeith Fahlgren <abdelazer@users.sourceforge.net>
Thu, 5 Nov 2009 23:04:33 +0000 (23:04 +0000)
committerKeith Fahlgren <abdelazer@users.sourceforge.net>
Thu, 5 Nov 2009 23:04:33 +0000 (23:04 +0000)
xsl/epub/docbook.xsl

index 9cd31b68efb9668a3ea3834aed7427184a793030..60fbb2858d514a9e6e6bd252fba3f6cd6fe394d6 100644 (file)
 
   <xsl:param name="epub.embedded.fonts"></xsl:param>
 
+  <!-- Turning this on crashes ADE, which is unbelievably awesome -->
+  <xsl:param name="formal.object.break.after">0</xsl:param>
+
+
   <!-- Per Bob Stayton:
        """Process your documents with the css.decoration parameter set to zero. 
           That will avoid the use of style attributes in XHTML elements where they are not permitted."""