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 2009/06/26 12:06:43 UTC

svn commit: r788645 - /lenya/docu/modules/docustyle/sitemap.xmap

Author: andreas
Date: Fri Jun 26 10:06:43 2009
New Revision: 788645

URL: http://svn.apache.org/viewvc?rev=788645&view=rev
Log:
Apply external links transformation after page assembly, fixes bug 47434.

Modified:
    lenya/docu/modules/docustyle/sitemap.xmap

Modified: lenya/docu/modules/docustyle/sitemap.xmap
URL: http://svn.apache.org/viewvc/lenya/docu/modules/docustyle/sitemap.xmap?rev=788645&r1=788644&r2=788645&view=diff
==============================================================================
--- lenya/docu/modules/docustyle/sitemap.xmap (original)
+++ lenya/docu/modules/docustyle/sitemap.xmap Fri Jun 26 10:06:43 2009
@@ -140,7 +140,6 @@
         </map:transform>
         
         <map:transform type="include"/>
-        <map:transform type="externallinks-xhtml"/>
         <map:transform src="fallback://lenya/modules/svg/xslt/image2svg.xsl"/>
         <map:transform type="metaData">
           <map:parameter name='pubid' value='{page-envelope:publication-id}'/>
@@ -186,6 +185,7 @@
           <map:parameter name="language" value="{page-envelope:language}"/>
         </map:transform>
         <map:transform type="include"/>
+        <map:transform type="externallinks-xhtml"/>
         <map:transform type="uuid2url"/>
         
         <map:select type="parameter">



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