From 3d2e4a085bcbf510333aa4fd5d000ef70cc9dcf5 Mon Sep 17 00:00:00 2001 From: Richard Lewis <richard.lewis@gold.ac.uk> Date: Fri, 7 Mar 2014 16:15:57 +0000 Subject: [PATCH] Removed crusty debugging code from opera2an XSLT --- templates/opera2an.xslt | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/opera2an.xslt b/templates/opera2an.xslt index 22414b7..2f3e70c 100644 --- a/templates/opera2an.xslt +++ b/templates/opera2an.xslt @@ -52,7 +52,6 @@ </xsl:template> <xsl:template match="tei:sg"> -<!-- <xsl:message><xsl:value-of select="@xml:id" />: <xsl:value-of select="tei:singer/@who" /></xsl:message> --> <speech by="#{tei:singer[1]/@who}"> <xsl:apply-templates/> </speech> -- GitLab