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 2007/10/31 15:50:26 UTC

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

Author: andreas
Date: Wed Oct 31 07:50:25 2007
New Revision: 590687

URL: http://svn.apache.org/viewvc?rev=590687&view=rev
Log:
Fixed parameter level after removing action calls

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=590687&r1=590686&r2=590687&view=diff
==============================================================================
--- lenya/trunk/src/pubs/default/sitemap.xmap (original)
+++ lenya/trunk/src/pubs/default/sitemap.xmap Wed Oct 31 07:50:25 2007
@@ -325,7 +325,7 @@
                   <map:parameter name="parameter-selector-test" value="{1}"/>
                   <map:when test="live">
                     <map:transform src="fallback://lenya/xslt/authoring/edit/addSourceTags.xsl">
-                      <map:parameter name="source" value="context:/lenya/pubs/{page-envelope:publication-id}/{global:cache-dir}/{../../1}/{../../2}.html"/>
+                      <map:parameter name="source" value="context:/lenya/pubs/{page-envelope:publication-id}/{global:cache-dir}/{1}/{2}.html"/>
                     </map:transform>
                     <map:transform type="write-source">
                       <map:parameter name="serializer" value="xhtml"/>



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