You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by tw...@apache.org on 2005/09/04 04:24:42 UTC

svn commit: r278547 - /forrest/trunk/main/webapp/forrest.xmap

Author: twilliams
Date: Sat Sep  3 19:24:31 2005
New Revision: 278547

URL: http://svn.apache.org/viewcvs?rev=278547&view=rev
Log:
changed to a generator

Modified:
    forrest/trunk/main/webapp/forrest.xmap

Modified: forrest/trunk/main/webapp/forrest.xmap
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/forrest.xmap?rev=278547&r1=278546&r2=278547&view=diff
==============================================================================
--- forrest/trunk/main/webapp/forrest.xmap (original)
+++ forrest/trunk/main/webapp/forrest.xmap Sat Sep  3 19:24:31 2005
@@ -259,7 +259,7 @@
        
        <!-- if we got this far asking for the source.xml then it must be an XDoc -->
        <map:match pattern="**.source.xml">
-         <map:serialize select="cocoon:/{1}.xml"/>
+         <map:generator src="cocoon:/{1}.xml"/>
          <map:serialize type="xml"/>
        </map:match>
        



Re: svn commit: r278547 - /forrest/trunk/main/webapp/forrest.xmap

Posted by Ross Gardler <rg...@apache.org>.
twilliams@apache.org wrote:
> Author: twilliams
> Date: Sat Sep  3 19:24:31 2005
> New Revision: 278547
> 
> URL: http://svn.apache.org/viewcvs?rev=278547&view=rev
> Log:
> changed to a generator
> 

..

>         <!-- if we got this far asking for the source.xml then it must be an XDoc -->
>         <map:match pattern="**.source.xml">
> -         <map:serialize select="cocoon:/{1}.xml"/>
> +         <map:generator src="cocoon:/{1}.xml"/>

Oh my, it is even worse than I first thought. I'm really sorry about 
committing such shoddy work.

Ross

Ross