Author: thorsten
Date: Fri Sep 26 03:01:30 2008
New Revision: 699254

URL: http://svn.apache.org/viewvc?rev=699254&view=rev
Log:
Updating ns

Modified:
    
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/common.fv
    
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/convertor.contract.xml
    
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/m2.contract.xml

Modified: 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/common.fv
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/common.fv?rev=699254&r1=699253&r2=699254&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/common.fv
 (original)
+++ 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/common.fv
 Fri Sep 26 03:01:30 2008
@@ -16,7 +16,7 @@
 limitations under the License.
 -->
   
-<forrest:views xmlns:forrest="http://apache.org/forrest/templates/1.0";
+<forrest:views xmlns:forrest="http://apache.org/forrest/templates/2.0";
   xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>
   
   <forrest:view type="html" hooksXpath="/html/body">

Modified: 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/convertor.contract.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/convertor.contract.xml?rev=699254&r1=699253&r2=699254&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/convertor.contract.xml
 (original)
+++ 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/convertor.contract.xml
 Fri Sep 26 03:01:30 2008
@@ -24,10 +24,10 @@
   </usage>
   <forrest:template name="convertor" inputFormat="xsl">
     <xsl:stylesheet version="1.0"
-      xmlns:forrest="http://apache.org/forrest/templates/1.0";
+      xmlns:forrest="http://apache.org/forrest/templates/2.0";
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
       <xsl:template match="/">
-        <forrest:content 
xmlns:forrest="http://apache.org/forrest/templates/1.0";>
+        <forrest:content 
xmlns:forrest="http://apache.org/forrest/templates/2.0";>
           <forrest:part>
            <structurer xmlns="http://apache.org/forrest/templates/2.0";
            xmlns:jx="http://apache.org/cocoon/templates/jx/1.0";>

Modified: 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/m2.contract.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/m2.contract.xml?rev=699254&r1=699253&r2=699254&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/m2.contract.xml
 (original)
+++ 
forrest/trunk/whiteboard/dispatcher/testing/org/apache/forrest/dispatcher/m2.contract.xml
 Fri Sep 26 03:01:30 2008
@@ -27,7 +27,7 @@
       <xsl:param name="test-inline" select="'No parameter has been passed'" />
       <xsl:param name="test-inline-xml" select="'No xml parameter has been 
passed'" />
       <xsl:template match="/">
-        <forrest:content 
xmlns:forrest="http://apache.org/forrest/templates/1.0";>
+        <forrest:content 
xmlns:forrest="http://apache.org/forrest/templates/2.0";>
           <forrest:part>
             Another test! $test-inline:
             <xsl:value-of select="$test-inline" />