svn commit: r569366 - /lenya/trunk/src/modules/collection/sitemap.xmap
[email protected] Fri, 24 Aug 2007 12:45:44 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Fri Aug 24 05:45:43 2007
New Revision: 569366
URL: http://svn.apache.org/viewvc?rev=569366&view=rev
Log:
Updating collection sitemap to new LenyaMetaDataGenerator syntax
Modified:
lenya/trunk/src/modules/collection/sitemap.xmap
Modified: lenya/trunk/src/modules/collection/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/collection/sitemap.xmap?rev=569366&r1=569365&r2=569366&view=diff
==============================================================================
--- lenya/trunk/src/modules/collection/sitemap.xmap (original)
+++ lenya/trunk/src/modules/collection/sitemap.xmap Fri Aug 24 05:45:43 2007
@@ -41,12 +41,7 @@
<!-- metadata/{uuid}/{language}.xml -->
<map:match pattern="metadata/*/*.xml">
- <map:generate type="lenyaMetaData">
- <map:parameter name="pubid" value="{page-envelope:publication-id}"/>
- <map:parameter name="area" value="{page-envelope:area}"/>
- <map:parameter name="uuid" value="{1}"/>
- <map:parameter name="lang" value="{2}"/>
- </map:generate>
+ <map:generate type="lenyaMetaData" src="lenya-document:{1},lang={2}"/>
<map:serialize type="xml"/>
</map:match>