poetry_print.xsl
branchstyles
changeset 6 a59023633201
parent 4 301b54644bfa
child 10 5bba8548413e
equal deleted inserted replaced
5:20b41b986ac6 6:a59023633201
   205   </block>
   205   </block>
   206 </xsl:template>
   206 </xsl:template>
   207 
   207 
   208 <xsl:template match="poem">
   208 <xsl:template match="poem">
   209   <block xsl:use-attribute-sets="standard-block">
   209   <block xsl:use-attribute-sets="standard-block">
       
   210     <xsl:attribute name="id">
       
   211       <xsl:value-of select="../@id"/>
       
   212     </xsl:attribute>
   210     <xsl:apply-templates/>
   213     <xsl:apply-templates/>
   211   </block>
   214   </block>
   212 </xsl:template>
   215 </xsl:template>
   213 
   216 
   214 <xsl:template match="strophe">
   217 <xsl:template match="strophe">