[svn r2140] r2218@freebird: fabien | 2006-08-10 16:47:11 -0400 styles
authorfabien
Thu, 10 Aug 2006 16:54:47 -0400
branchstyles
changeset 6 a59023633201
parent 5 20b41b986ac6
child 7 c169cc563fe2
[svn r2140] r2218@freebird: fabien | 2006-08-10 16:47:11 -0400 r2157@freebird: fabien | 2006-07-15 23:39:11 -0400 New release.
poetry_print.xsl
--- 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>