Mercurial > hg > Aquinas
changeset 88:f34d539f9b78
more status as we go
| author | ht |
|---|---|
| date | Sun, 03 Feb 2013 10:51:42 +0000 |
| parents | 75219c0115ca |
| children | ca573ccfc3e7 |
| files | summa/bilingual/merge.xsl |
| diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/summa/bilingual/merge.xsl Sun Feb 03 10:51:04 2013 +0000 +++ b/summa/bilingual/merge.xsl Sun Feb 03 10:51:42 2013 +0000 @@ -11,6 +11,13 @@ <xsl:variable name="qi" select="concat('q',substring-after($di,'_Q'))"/> <xsl:variable name="la" select="for $ld in $latin return key('lq',$qi,$ld)"/> + <xsl:template match="/"> + <xsl:message> + <xsl:value-of select="$di"/>|<xsl:value-of select="$qi"/>|<xsl:value-of select="count($la)"/> + </xsl:message> + <xsl:apply-templates/> + </xsl:template> + <xsl:template match="node()|@*"> <xsl:copy> <xsl:apply-templates select="node()|@*"/>
