poetry_print.xsl
branchstyles
changeset 6 a59023633201
parent 4 301b54644bfa
child 10 5bba8548413e
--- a/poetry_print.xsl	Thu Aug 10 16:53:42 2006 -0400
+++ b/poetry_print.xsl	Thu Aug 10 16:54:47 2006 -0400
@@ -207,6 +207,9 @@
 
 <xsl:template match="poem">
   <block xsl:use-attribute-sets="standard-block">
+    <xsl:attribute name="id">
+      <xsl:value-of select="../@id"/>
+    </xsl:attribute>
     <xsl:apply-templates/>
   </block>
 </xsl:template>