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>