[z3-checkins] r28637 - z3/Sfive/trunk

philikon at codespeak.net philikon at codespeak.net
Sat Jun 10 18:06:57 CEST 2006


Author: philikon
Date: Sat Jun 10 18:06:46 2006
New Revision: 28637

Removed:
   z3/Sfive/trunk/transform.xsl
Log:
get rid of unnecessary file


Deleted: /z3/Sfive/trunk/transform.xsl
==============================================================================
--- /z3/Sfive/trunk/transform.xsl	Sat Jun 10 18:06:46 2006
+++ (empty file)
@@ -1,34 +0,0 @@
-<xsl:stylesheet
-    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-    version="1.0"
-    >
-
-  <xsl:output
-      method="xml"
-      indent="yes"
-      omit-xml-declaration="yes"
-      />
-
-  <!-- templates to adjust reStructuredText rendering -->
-
-  <xsl:template match="div[@class='section']">
-    <div class="slide" id="{@id}">
-      <h1><xsl:apply-templates select="./h3/*" /></h1>
-      <xsl:apply-templates select="p|ul|ol|table" />
-    </div>
-  </xsl:template>
-
-  <xsl:template match="div[@class='document']">
-    <xsl:apply-templates select="*" />
-  </xsl:template>
-
-  <!-- if nothing else applies, render verbatimly -->
-
-  <xsl:template match="*">
-    <xsl:copy>
-      <xsl:copy-of select="@*" />
-      <xsl:apply-templates />
-    </xsl:copy>
-  </xsl:template>
-
-</xsl:stylesheet>


More information about the z3-checkins mailing list