[Yanel-commits] rev 20294 - public/yanel/trunk/src/contributions/resources/wiki/xslt

michi at wyona.com michi at wyona.com
Fri Nov 24 10:32:03 CET 2006


Author: michi
Date: 2006-11-24 10:32:02 +0100 (Fri, 24 Nov 2006)
New Revision: 20294

Modified:
   public/yanel/trunk/src/contributions/resources/wiki/xslt/wiki2xhtml.xsl
Log:
create name fixed

Modified: public/yanel/trunk/src/contributions/resources/wiki/xslt/wiki2xhtml.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/wiki/xslt/wiki2xhtml.xsl	2006-11-24 08:31:07 UTC (rev 20293)
+++ public/yanel/trunk/src/contributions/resources/wiki/xslt/wiki2xhtml.xsl	2006-11-24 09:32:02 UTC (rev 20294)
@@ -211,7 +211,10 @@
           <xsl:when test="@label"><xsl:value-of select="@label"/></xsl:when>
           <xsl:otherwise><xsl:value-of select="@href"/></xsl:otherwise>
         </xsl:choose>
-        </u><a href="?yanel.usecase=create&amp;name={@href}">?</a><xsl:text>&#0160;</xsl:text>
+        </u><a href="?yanel.usecase=create&amp;create.name={@href}">?</a><xsl:text>&#0160;</xsl:text>
+<!--
+        </u><a href="?yanel.usecase=create&amp;create.name={@href}&amp;resource.type=&lt;{http://www.wyona.org/yanel/resource/1.0}wiki/>">?</a><xsl:text>&#0160;</xsl:text>
+-->
       </xsl:when>
       <xsl:otherwise>
         <xsl:choose>




More information about the Yanel-commits mailing list