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

michi at wyona.com michi at wyona.com
Fri Jun 17 14:13:37 CEST 2011


Author: michi
Date: 2011-06-17 14:13:37 +0200 (Fri, 17 Jun 2011)
New Revision: 58785

Modified:
   public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
Log:
terms clarified

Modified: public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2011-06-17 12:11:14 UTC (rev 58784)
+++ public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2011-06-17 12:13:37 UTC (rev 58785)
@@ -135,7 +135,7 @@
   
   <xsl:template match="resource">
     <p>
-      <h4>Resource:</h4>
+      <h4>Resource/Controller:</h4>
       <ul>
       <xsl:apply-templates/>
       </ul>
@@ -143,7 +143,7 @@
   </xsl:template>
   
   <xsl:template match="yanel:config">
-    <li>Configuration: <b><xsl:value-of select="@yanel:rti-name"/></b> (<xsl:value-of select="@yanel:rti-namespace"/>)</li>
+    <li>Identifier: <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