diff options
author | Luke S. <luke@motimail.com> | 2008-04-03 09:46:47 +0000 |
---|---|---|
committer | Luke S. <luke@motimail.com> | 2008-04-03 09:46:47 +0000 |
commit | dd70bee1d6f7e2db28cda98d0b797ac80f61145c (patch) | |
tree | 3b569aac5c65b6bad9db8d3ab2aa870371f89390 /thml2osis/xslt/thml2osis.xslt | |
parent | 563aae9cdd3e38e4f893031c31abfa56850fa2f2 (diff) | |
download | sword-tools-dd70bee1d6f7e2db28cda98d0b797ac80f61145c.tar.gz |
Added support for converting <verse> and tests for <verse> and <l>
git-svn-id: https://www.crosswire.org/svn/sword-tools/trunk@140 07627401-56e2-0310-80f4-f8cd0041bdcd
Diffstat (limited to 'thml2osis/xslt/thml2osis.xslt')
-rw-r--r-- | thml2osis/xslt/thml2osis.xslt | 10 |
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 --> |