Author: thorsten
Date: Fri Oct 17 02:25:28 2008
New Revision: 705526

URL: http://svn.apache.org/viewvc?rev=705526&view=rev
Log:
Fixing hook match

Modified:
    
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/stylesheets/hooks-to-html.xsl

Modified: 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/stylesheets/hooks-to-html.xsl
URL: 
http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/stylesheets/hooks-to-html.xsl?rev=705526&r1=705525&r2=705526&view=diff
==============================================================================
--- 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/stylesheets/hooks-to-html.xsl
 (original)
+++ 
forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/cocoon-2.2-block/src/main/resources/COB-INF/resource/stylesheets/hooks-to-html.xsl
 Fri Oct 17 02:25:28 2008
@@ -22,7 +22,7 @@
     <xsl:apply-templates/>
   </xsl:template>
 <!--This template will match the different combinations for hooks-->
-  <xsl:template match="hook">
+  <xsl:template match="forrest:hook">
     <xsl:if test="@type='block' or not(@type)">
       <div>
         <xsl:call-template name="attributes"/>