Reverted book2html.xslt.
authorMarek Stępniowski <marek@stepniowski.com>
Tue, 7 Oct 2008 10:38:58 +0000 (12:38 +0200)
committerMarek Stępniowski <marek@stepniowski.com>
Tue, 7 Oct 2008 10:38:58 +0000 (12:38 +0200)
lib/librarian/book2html.xslt

index d5e21cf..75c4b01 100644 (file)
@@ -5,7 +5,7 @@
 
 
 <xsl:template match="utwor">
-    <html>
+    <!-- <html>
         <head>
             <title>Książka z serwisu WolneLektury.pl</title>
             <meta http-equiv="content-type" content="text/html;charset=utf-8"/>
                 display: none;
             }
         </style>
-        <body>
+        <body> -->
         <div id="book-text">
             <xsl:apply-templates select="powiesc|opowiadanie|liryka_l|liryka_lp|dramat_wierszowany_l|dramat_wierszowany_lp|dramat_wspolczesny" />
             <xsl:if test="count(descendant::*[self::pe or self::pa or self::pr or self::pt][not(parent::extra)])">
                 </div>
             </xsl:if>
         </div>
-        </body>
-    </html>
+        <!-- </body>
+    </html> -->
 </xsl:template>
 
 
 
 <xsl:template match="kwestia">
     <div class="kwestia">
-        <xsl:apply-templates select="strofa|akap|didaskalia" />
+        <xsl:apply-templates select="strofa|akap" />
     </div>
 </xsl:template>