</stanza>
</xsl:template>
+ <xsl:template mode="inline" match="strofa">
+ <xsl:apply-templates select="." mode="para"/>
+ </xsl:template>
+
<!-- XXX: it should be done elsewhere but our cheap verse splitting
puts it here -->
<xsl:template match="motyw" mode="poem"/>
- <xsl:template mode="poem" match="wers_normalny">
+ <xsl:template mode="poem" match="wers_normalny|wers_cd|wers_wciety|wers_akap|wers_do_prawej">
<v><xsl:apply-templates mode="inline"/></v>
</xsl:template>
</xsl:stylesheet>