Author: ferdinand
Date: Mon Feb 4 12:23:56 2008
New Revision: 618421
URL: http://svn.apache.org/viewvc?rev=618421&view=rev
Log:
remove fop-pipeline from main sitemap
Modified:
forrest/branches/UpdateFOPto094/main/webapp/sitemap.xmap
Modified: forrest/branches/UpdateFOPto094/main/webapp/sitemap.xmap
URL:
http://svn.apache.org/viewvc/forrest/branches/UpdateFOPto094/main/webapp/sitemap.xmap?rev=618421&r1=618420&r2=618421&view=diff
==============================================================================
--- forrest/branches/UpdateFOPto094/main/webapp/sitemap.xmap (original)
+++ forrest/branches/UpdateFOPto094/main/webapp/sitemap.xmap Mon Feb 4
12:23:56 2008
@@ -557,28 +557,7 @@
<map:match pattern="**faq.fo">
<map:mount uri-prefix="" src="faq.xmap" check-reload="yes" />
</map:match>
-<!-- generate .fo from .xml -->
- <map:match type="regexp" pattern="^(.*?)([^/]*).fo$">
- <map:select type="exists">
- <map:when test="{lm:project.{1}{2}.fo}">
- <map:generate src="{lm:project.{1}{2}.fo}"/>
- </map:when>
- <map:otherwise>
- <map:aggregate element="site">
- <map:part src="cocoon:/skinconf.xml"/>
- <map:part src="cocoon:/{1}{2}.xml"/>
- </map:aggregate>
-<!-- <map:transform type="idgen"/> -->
- <map:transform type="xinclude"/>
- <map:transform type="linkrewriter"
src="cocoon://{1}linkmap-{2}.fo"/>
- <map:transform src="{lm:transform.document.fo}">
- <map:parameter name="imagesdir"
value="{properties:resources.images}/"/>
- <map:parameter name="xmlbasedir"
value="{properties:content.xdocs}{1}"/>
- </map:transform>
- </map:otherwise>
- </map:select>
- <map:serialize type="xml"/>
- </map:match>
+
<!-- handle PHP -->
<map:match type="regexp" pattern="^(.*?)([^/]*).php$">
<map:generate src="cocoon://{1}{2}.html"/>