summaryrefslogtreecommitdiffstats
path: root/thml2osis/xslt/thml2osis.xslt
diff options
context:
space:
mode:
Diffstat (limited to 'thml2osis/xslt/thml2osis.xslt')
-rw-r--r--thml2osis/xslt/thml2osis.xslt10
1 files changed, 9 insertions, 1 deletions
diff --git a/thml2osis/xslt/thml2osis.xslt b/thml2osis/xslt/thml2osis.xslt
index bd601b2..0ba7fb0 100644
--- a/thml2osis/xslt/thml2osis.xslt
+++ b/thml2osis/xslt/thml2osis.xslt
@@ -454,9 +454,17 @@
</note>
</xsl:template>
+ <!-- verse -->
+ <xsl:template match="//ThML.body//verse">
+ <xsl:call-template name="changename">
+ <xsl:with-param name="name">lg</xsl:with-param>
+ <xsl:with-param name="excludeattributes">class id</xsl:with-param>
+ </xsl:call-template>
+ </xsl:template>
+
+
<!-- TODO
-- verse -> lg
- date - conversion
-->