Mercurial > hg > Aquinas
diff summa/bilingual/bi.xsl @ 97:e45e864fda83
on to Prima Secundi
| author | ht |
|---|---|
| date | Sat, 01 Nov 2014 15:26:17 +0000 |
| parents | 3dd981256764 |
| children | 389b0c620224 |
line wrap: on
line diff
--- a/summa/bilingual/bi.xsl Sat Nov 01 15:13:40 2014 +0000 +++ b/summa/bilingual/bi.xsl Sat Nov 01 15:26:17 2014 +0000 @@ -23,7 +23,7 @@ <xsl:template match="x:h3"> <xsl:copy> <xsl:apply-templates select="@*"/> - <xsl:text>Q. </xsl:text><xsl:value-of select="substring-after(../@id,'FP_Q')"/><xsl:text>. </xsl:text> + <xsl:text>Q. </xsl:text><xsl:value-of select="substring-after(../@id,'FS_Q')"/><xsl:text>. </xsl:text> <xsl:apply-templates/> </xsl:copy> </xsl:template> @@ -31,7 +31,7 @@ <xsl:template match="x:h4"> <xsl:copy> <xsl:apply-templates select="@*"/> - <xsl:text>Q. </xsl:text><xsl:value-of select="substring-after(../../@id,'FP_Q')"/><xsl:text>. A. </xsl:text> + <xsl:text>Q. </xsl:text><xsl:value-of select="substring-after(../../@id,'FS_Q')"/><xsl:text>. A. </xsl:text> <xsl:value-of select="substring-after(../@id,'_A')"/> <xsl:text>. </xsl:text> <xsl:apply-templates/>
