[Yanel-commits] rev 31129 - public/yanel/trunk/src/webapp/xslt

michi at wyona.com michi at wyona.com
Fri Feb 1 21:43:15 CET 2008


Author: michi
Date: 2008-02-01 21:43:15 +0100 (Fri, 01 Feb 2008)
New Revision: 31129

Modified:
   public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
Log:
emphasize resource type name

Modified: public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2008-02-01 20:37:44 UTC (rev 31128)
+++ public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2008-02-01 20:43:15 UTC (rev 31129)
@@ -143,7 +143,7 @@
   </xsl:template>
   
   <xsl:template match="yanel:config">
-    <li>Configuration: <xsl:value-of select="@yanel:rti-name"/> (<xsl:value-of select="@yanel:rti-namespace"/>)</li>
+    <li>Configuration: <b><xsl:value-of select="@yanel:rti-name"/></b> (<xsl:value-of select="@yanel:rti-namespace"/>)</li>
   </xsl:template>
   
   <xsl:template match="yanel:no-config">



More information about the Yanel-commits mailing list