Author: crossley Date: Sat Jun 6 03:36:14 2009 New Revision: 782185 URL: http://svn.apache.org/viewvc?rev=782185&view=rev Log: Need to use "cocoon://" protocol to use a higher-level sitemap match. Otherwise only dealing with content that has physical sources in "xdocs" directory. Issue: FOR-1172
Modified: forrest/trunk/main/webapp/forrest.xmap Modified: forrest/trunk/main/webapp/forrest.xmap URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/forrest.xmap?rev=782185&r1=782184&r2=782185&view=diff ============================================================================== --- forrest/trunk/main/webapp/forrest.xmap (original) +++ forrest/trunk/main/webapp/forrest.xmap Sat Jun 6 03:36:14 2009 @@ -269,7 +269,7 @@ <map:serialize type="xml"/> </map:match> <map:match pattern="**.validation.xml"> - <map:generate src="cocoon:/{1}.source.xml"/> + <map:generate src="cocoon://{1}.xml"/> <map:transform type="validation-report" src="{forrest:forrest.context}/resources/schema/relaxng/unstable/document-v13.rng"/> <map:serialize type="xml"/>