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 2008/03/07 17:57:46 UTC

svn commit: r634745 - /lenya/trunk/src/modules/xhtml/sitemap.xmap

Author: andreas
Date: Fri Mar  7 08:57:45 2008
New Revision: 634745

URL: http://svn.apache.org/viewvc?rev=634745&view=rev
Log:
Allow different formats in XHTML module.

Modified:
    lenya/trunk/src/modules/xhtml/sitemap.xmap

Modified: lenya/trunk/src/modules/xhtml/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/xhtml/sitemap.xmap?rev=634745&r1=634744&r2=634745&view=diff
==============================================================================
--- lenya/trunk/src/modules/xhtml/sitemap.xmap (original)
+++ lenya/trunk/src/modules/xhtml/sitemap.xmap Fri Mar  7 08:57:45 2008
@@ -85,7 +85,7 @@
       <!-- {format}.xml/{pubId}/{area}/{uuid}/{language} -->
       <map:match pattern="*.xml/*/*/*/*">
         <map:generate src="lenya-document:{4},pub={2},area={3},lang={5}{link:rev}"/>
-        <map:transform src="fallback://lenya/modules/xhtml/xslt/xhtml2xhtml.xsl">
+        <map:transform src="fallback://lenya/modules/xhtml/xslt/xhtml2{1}.xsl">
           <map:parameter name="rendertype" value="{request-param:rendertype}"/>
           <map:parameter name="nodeid" value="{doc-info:{2}:{3}:{4}:{5}:nodeName}"/>
           <map:parameter name="language" value="{4}"/>



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