diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-06-28 16:05:32 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-06-28 16:05:32 +0200 |
commit | 6eb284844a99e4f74ca976bac21eb9964aa9c393 (patch) | |
tree | 821ba58a0edc6a3a272be99be756d73aec3500fb | |
parent | 59fe1343c54e7680693970e6a1524ad1d6774768 (diff) | |
download | bible-fetch-6eb284844a99e4f74ca976bac21eb9964aa9c393.tar.gz bible-fetch-6eb284844a99e4f74ca976bac21eb9964aa9c393.tar.bz2 bible-fetch-6eb284844a99e4f74ca976bac21eb9964aa9c393.zip |
convert.xsl: Apply templates from within blockquotes
The verse can be enclosed in a blockquote.
-rw-r--r-- | convert.xsl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/convert.xsl b/convert.xsl index b146bdb..b14df5e 100644 --- a/convert.xsl +++ b/convert.xsl @@ -86,6 +86,11 @@ <xsl:call-template name="copy-with-notes" /> </xsl:if> </xsl:template> + + <xsl:template match="blockquote" mode="conv"> + <xsl:apply-templates mode="conv"/> + </xsl:template> + <xsl:template match="p[span/@class='verse']" mode="conv"> <vers> <xsl:attribute name="vnumber"> |