- <!-- split into verses -->
- <xsl:template name="split-poem">
- <xsl:param name="list"></xsl:param>
-
- <xsl:if test="$list != ''">
- <xsl:variable name="before"
- select="substring-before(concat($list, '/'), '/')"/>
- <xsl:variable name="after"
- select="substring-after($list, '/')"/>
-
- <v>
- <xsl:value-of select="$before"/>
- </v>
+ <!-- XXX: it should be done elsewhere but our cheap verse splitting
+ puts it here -->
+ <xsl:template match="motyw" mode="poem"/>