[Yanel-commits] rev 58788 - public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/xslt

michi at wyona.com michi at wyona.com
Fri Jun 17 14:39:57 CEST 2011


Author: michi
Date: 2011-06-17 14:39:56 +0200 (Fri, 17 Jun 2011)
New Revision: 58788

Modified:
   public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/xslt/info2xhtml.xsl
Log:
namespace added

Modified: public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/xslt/info2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/xslt/info2xhtml.xsl	2011-06-17 12:39:43 UTC (rev 58787)
+++ public/yanel/trunk/src/realms/welcome-admin/yanel/resources/show-realms/xslt/info2xhtml.xsl	2011-06-17 12:39:56 UTC (rev 58788)
@@ -53,7 +53,7 @@
   
   <xsl:template match="resourcetype">
     <li>
-      <img src="{icon}" alt="{./icon/@alt}"/>  <xsl:value-of select="./localname"/> <a href="{./docu}">docu</a>
+      <img src="{icon}" alt="{./icon/@alt}"/>  <xsl:value-of select="./localname"/> (<xsl:value-of select="./namespace"/>) <a href="{./docu}">docu</a>
     </li>
   </xsl:template>
 



More information about the Yanel-commits mailing list