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

josias at wyona.com josias at wyona.com
Thu Feb 22 20:15:20 CET 2007


Author: josias
Date: 2007-02-22 20:15:18 +0100 (Thu, 22 Feb 2007)
New Revision: 22888

Modified:
   public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
Log:
show view descriptor id

Modified: public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2007-02-22 18:58:55 UTC (rev 22887)
+++ public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2007-02-22 19:15:18 UTC (rev 22888)
@@ -204,7 +204,7 @@
   </xsl:template> 
 
   <xsl:template match="descriptor">
-    <br/>Descriptor: <a href="?yanel.resource.viewid={@yanel:id}"><xsl:value-of select="."/></a>
+    <br/>Descriptor (<xsl:value-of select="@yanel:id"/>): <a href="?yanel.resource.viewid={@yanel:id}"><xsl:value-of select="."/></a>
   </xsl:template> 
 
 </xsl:stylesheet>




More information about the Yanel-commits mailing list