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 2012/01/13 12:30:34 UTC

svn commit: r1231011 - /lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap

Author: andreas
Date: Fri Jan 13 11:30:33 2012
New Revision: 1231011

URL: http://svn.apache.org/viewvc?rev=1231011&view=rev
Log:
Serialize .xml URIs as XML.

Modified:
    lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap

Modified: lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap?rev=1231011&r1=1231010&r2=1231011&view=diff
==============================================================================
--- lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap (original)
+++ lenya/contributions/2_0_X/modules/defaultstyle/sitemap.xmap Fri Jan 13 11:30:33 2012
@@ -259,6 +259,9 @@
         </map:transform>
         
         <map:act type="language-exists">
+          <map:match pattern="**.xml">
+            <map:serialize type="xml"/>
+          </map:match>
           <map:serialize type="xhtml"/>
         </map:act>
         <map:serialize type="xhtml" status-code="404"/>



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