You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2007/09/10 00:33:27 UTC

svn commit: r574091 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/input.xmap

Author: rgardler
Date: Sun Sep  9 15:33:26 2007
New Revision: 574091

URL: http://svn.apache.org/viewvc?rev=574091&view=rev
Log:
Fixing calls within the sitemap

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/input.xmap

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/input.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/input.xmap?rev=574091&r1=574090&r2=574091&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.foaf/input.xmap Sun Sep  9 15:33:26 2007
@@ -89,7 +89,7 @@
         <map:serialize type="xml-document"/>
       </map:match>
       <map:match pattern="personDetails/**.xml">
-        <map:generate src="cocoon:/personDetails/{1}.source.xml" />
+        <map:generate src="cocoon:/people/person-{1}/source.xml" />
         <map:transform src="{lm:foaf.transform.foaf.document}"/>
         <map:serialize type="xml-document"/> 
       </map:match>