FB2: Create a <section/> over global scope text.
[librarian.git] / librarian / fb2 / paragraphs.xslt
index 9c7def8..01943a3 100644 (file)
 
        <!-- in paragraph mode -->
 
-       <xsl:template mode="para" match="autor_utworu|nazwa_utworu|akap|akap_dialog">
+       <xsl:template mode="para" match="akap|akap_dialog">
                <!-- paragraphs & similar -->
 
                <p><xsl:apply-templates mode="inline"/></p>
        </xsl:template>
 
-       <!-- in global scope -->
-
-       <xsl:template mode="sections" match="akap|akap_dialog">
-               <!-- paragraphs & similar -->
-
-               <p><xsl:apply-templates mode="inline"/></p>
-       </xsl:template>
-       <xsl:template mode="sections" match="autor_utworu|nazwa_utworu"/>
+       <xsl:template mode="para" match="*"/>
+       <xsl:template mode="sections" match="*"/>
 </xsl:stylesheet>