these files have moved to etc/ or templates/
[mir.git] / templates-dist / producer / html2fo.xsl
diff --git a/templates-dist/producer/html2fo.xsl b/templates-dist/producer/html2fo.xsl
deleted file mode 100755 (executable)
index f25b81c..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<xsl:stylesheet xmlns:xsl='http://www.w3.org/1999/XSL/Transform'
-                      xmlns:fo="http://www.w3.org/1999/XSL/Format"
-version="1.0" >
-
-<!-- This stylesheet replaces the <BR /> tags that Mir 
-uses to break paragraphs with empty blocks, 
-which do the same thing in XSL:FO -->
-
-<xsl:template match="br">
-       <fo:block />    
-</xsl:template>
-
-<xsl:template match="@*|*|processing-instruction()|comment()">
-  <xsl:copy>
-    <xsl:apply-templates select="*|@*|text()|processing-instruction()|comment()" />
-  </xsl:copy>
-</xsl:template>
-
-</xsl:stylesheet>
\ No newline at end of file