summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-06-28 15:26:19 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-06-28 15:26:19 +0200
commit75da2d5f150ffad9f543ebadba9e7a1896bc4947 (patch)
tree9afa2d472d2564a4e490fe86934f6ade901eb5b5
parent7ea6867062569d9a439e4280a2b943212edafc54 (diff)
downloadbible-fetch-75da2d5f150ffad9f543ebadba9e7a1896bc4947.tar.gz
bible-fetch-75da2d5f150ffad9f543ebadba9e7a1896bc4947.tar.bz2
bible-fetch-75da2d5f150ffad9f543ebadba9e7a1896bc4947.zip
convert.xsl: Dont copy caption footnotes
zefania xml doesnt support them.
-rw-r--r--convert.xsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/convert.xsl b/convert.xsl
index c91e120..dafae59 100644
--- a/convert.xsl
+++ b/convert.xsl
@@ -14,7 +14,8 @@
</xsl:choose>
</xsl:attribute>
- <xsl:apply-templates mode="copy" />
+ <!-- FIXME: e.g. Psalm 145 has footnotes in caption, with incorrect reference -->
+ <xsl:value-of select="text()" />
</caption>
</xsl:template>