diff backref.xsl @ 60:588cb9ba7c9c

display of reffed info via colour minimally working
author Henry S. Thompson <ht@markup.co.uk>
date Fri, 02 Jun 2017 15:50:43 +0100
parents f90bbd38b8f6
children
line wrap: on
line diff
--- a/backref.xsl	Fri Jun 02 12:54:54 2017 +0100
+++ b/backref.xsl	Fri Jun 02 15:50:43 2017 +0100
@@ -13,7 +13,7 @@
   <xsl:variable name="ris" select="for $r in e:r/text()
                                     return key('fcell',$r)/@fi"/>
   <xsl:copy>
-   <xsl:attribute name="ri"><xsl:value-of select="string-join($ris,',')"/></xsl:attribute>
+   <xsl:attribute name="ri"><xsl:value-of select="string-join($ris,'_')"/></xsl:attribute>
    <xsl:apply-templates select="node()|@*"/>
   </xsl:copy>
  </xsl:template>