You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/07/27 15:17:27 UTC

svn commit: r426063 - /lenya/trunk/src/pubs/default/sitemap.xmap

Author: andreas
Date: Thu Jul 27 06:17:26 2006
New Revision: 426063

URL: http://svn.apache.org/viewvc?rev=426063&view=rev
Log:
Added new parameters to meta data generator call

Modified:
    lenya/trunk/src/pubs/default/sitemap.xmap

Modified: lenya/trunk/src/pubs/default/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/pubs/default/sitemap.xmap?rev=426063&r1=426062&r2=426063&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/sitemap.xmap (original)
+++ lenya/trunk/src/pubs/default/sitemap.xmap Thu Jul 27 06:17:26 2006
@@ -116,6 +116,8 @@
       <!-- pattern="meta?docid={docid}&lang={lang}" -->
       <map:match pattern="**meta">
         <map:generate type="lenyaMetaData">
+          <map:parameter name="pubid" value="{request-param:pubid}"/>
+          <map:parameter name="area" value="{request-param:area}"/>
           <map:parameter name="docid" value="{request-param:docid}"/>
           <map:parameter name="lang" value="{request-param:lang}"/>
         </map:generate>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org