From d43193f65000dc1c69b57da34adf64b818e1a190 Mon Sep 17 00:00:00 2001 From: Richard Lewis <richard.lewis@gold.ac.uk> Date: Thu, 20 Mar 2014 12:18:31 +0000 Subject: [PATCH] Altered Akoma Ntoso transformation to ignore stage directions inside sg elements --- templates/opera2an.xslt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/opera2an.xslt b/templates/opera2an.xslt index 2c19971..82c023e 100644 --- a/templates/opera2an.xslt +++ b/templates/opera2an.xslt @@ -68,6 +68,8 @@ </speech> </xsl:template> +<xsl:template match="tei:sg/tei:stage" /> + <xsl:template match="tei:stage"> <narrative> <xsl:apply-templates/> -- GitLab