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

michi at wyona.com michi at wyona.com
Wed Apr 11 10:19:19 CEST 2007


Author: michi
Date: 2007-04-11 10:19:17 +0200 (Wed, 11 Apr 2007)
New Revision: 23642

Modified:
   public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
Log:
output xslt parameters

Modified: public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2007-04-10 18:45:07 UTC (rev 23641)
+++ public/yanel/trunk/src/webapp/xslt/xmlInfo2xhtml.xsl	2007-04-11 08:19:17 UTC (rev 23642)
@@ -35,6 +35,12 @@
             <link rel="stylesheet" href="{$yanel.back2realm}{$yanel.reservedPrefix}/yanel-css/global.css" type="text/css"/>
           </head>
           <body>
+
+<xsl:comment>
+Back 2 Realm: <xsl:value-of select="$yanel.back2realm"/>,
+Yanel reserved prefix: <xsl:value-of select="$yanel.reservedPrefix"/>
+</xsl:comment>
+
         <table cellspacing="0" cellpadding="0" id="bodytable">
           <tr>
             <td id="title">




More information about the Yanel-commits mailing list