Merge pull request #3 from mgorny/fb2
[librarian.git] / librarian / fb2 / sections.xslt
index 7f34bc3..b698652 100644 (file)
        xmlns:l="http://www.w3.org/1999/xlink">
 
        <!-- a nice epigraph section -->
-       <xsl:template match="nota_red" mode="sections">
+       <xsl:template match="dedykacja|nota|nota_red" mode="sections">
                <epigraph>
                        <xsl:apply-templates mode="para"/>
+                       <!-- XXX: <strofa/> can be here as well -->
                </epigraph>
        </xsl:template>