author | fabien |
Thu, 10 Aug 2006 16:54:47 -0400 | |
branch | styles |
changeset 6 | a59023633201 |
parent 5 | 20b41b986ac6 |
child 7 | c169cc563fe2 |
poetry_print.xsl | file | annotate | diff | comparison | revisions |
--- 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>