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

[email protected] Fri, 13 Jan 2012 11:30:34 -0000
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
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"/>