[Yanel-commits] rev 26372 - public/yanel/trunk/src/realms/yanel-website/content/xslt

michi at wyona.com michi at wyona.com
Sat Jul 28 00:27:54 CEST 2007


Author: michi
Date: 2007-07-28 00:27:53 +0200 (Sat, 28 Jul 2007)
New Revision: 26372

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/xslt/roadmap2events.xsl
Log:
feature as event added

Modified: public/yanel/trunk/src/realms/yanel-website/content/xslt/roadmap2events.xsl
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/xslt/roadmap2events.xsl	2007-07-27 22:26:28 UTC (rev 26371)
+++ public/yanel/trunk/src/realms/yanel-website/content/xslt/roadmap2events.xsl	2007-07-27 22:27:53 UTC (rev 26372)
@@ -13,9 +13,7 @@
 <xsl:template match="/">
 <data>
 <xsl:apply-templates select="/rm:roadmap/rm:release"/>
-<!--
 <xsl:apply-templates select="/rm:roadmap/rm:release/rm:feature"/>
--->
 </data>
 </xsl:template>
 
@@ -31,8 +29,15 @@
     </event>
 </xsl:template>
 
+<xsl:template match="rm:feature">
+    <event
+        start="Aug 01 2007 00:00:00 GMT"
+        title="{rm:td[1]}"
+        link="http://yanel.wyona.org/specification/access-control-user-interface.html"
+        >
+        <xsl:value-of select="rm:td[1]"/>
+    </event>
 <!--
-<xsl:template match="rm:feature">
 <tr>
   <xsl:copy-of select="rm:td[1]"/>
   <td><xsl:value-of select="rm:td[2]"/></td>
@@ -40,7 +45,7 @@
   <td><xsl:value-of select="rm:td[4]"/></td>
   <td><xsl:choose><xsl:when test="rm:td[5] and rm:td[5] != '-'"><xsl:choose><xsl:when test="rm:td[2] = 'done'"><strike><a href="http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id={rm:td[5]}"><xsl:value-of select="rm:td[5]"/></a></strike></xsl:when><xsl:otherwise><a href="http://bugzilla.wyona.com/cgi-bin/bugzilla/show_bug.cgi?id={rm:td[5]}"><xsl:value-of select="rm:td[5]"/></a></xsl:otherwise></xsl:choose></xsl:when><xsl:otherwise>-</xsl:otherwise></xsl:choose></td>
 </tr>
+-->
 </xsl:template>
--->
 
 </xsl:stylesheet>



More information about the Yanel-commits mailing list