xkbdesc/xslt reg2ll.xsl,1.2,1.3

Sergey V. Oudaltsov xlibs-commit@pdx.freedesktop.org
Fri Jan 14 17:57:06 PST 2005


Committed by: svu

Update of /cvs/xlibs/xkbdesc/xslt
In directory gabe:/tmp/cvs-serv12708/xslt

Modified Files:
	reg2ll.xsl 
Log Message:
improved testing for the new group naming convention

Index: reg2ll.xsl
===================================================================
RCS file: /cvs/xlibs/xkbdesc/xslt/reg2ll.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- reg2ll.xsl	13 Dec 2004 00:51:32 -0000	1.2
+++ reg2ll.xsl	15 Jan 2005 01:57:04 -0000	1.3
@@ -18,6 +18,6 @@
 </xsl:text><xsl:value-of select="./configItem/name"/>:"<xsl:value-of select="./configItem/description"/>"<xsl:apply-templates match="./variantList/variant"/></xsl:template>
   
 <xsl:template match="variant"><xsl:text>
-</xsl:text><xsl:value-of select="../../configItem/name"/>:"<xsl:value-of select="./configItem/description"/>"</xsl:template>
+</xsl:text><xsl:value-of select="../../configItem/name"/>(<xsl:value-of select="./configItem/name"/>):"<xsl:value-of select="../../configItem/description"/> - <xsl:value-of select="./configItem/description"/>"</xsl:template>
 
 </xsl:stylesheet>



More information about the xlibs-commit mailing list