Bug 47434 - External references on website are not resolved
Summary: External references on website are not resolved
Status: NEW
Alias: None
Product: Lenya
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unspecified
Hardware: PC Mac OS X 10.4
: P2 normal
Target Milestone: 2.0.1
Assignee: Lenya Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-26 02:54 UTC by Andreas Hartmann
Modified: 2009-06-26 03:07 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Hartmann 2009-06-26 02:54:24 UTC

    
Comment 1 Andreas Hartmann 2009-06-26 03:04:04 UTC
Here's a patch:

Index: sitemap.xmap
===================================================================
--- sitemap.xmap        (revision 778787)
+++ sitemap.xmap        (working copy)
@@ -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">
Comment 2 Andreas Hartmann 2009-06-26 03:07:13 UTC
Fixed in revision 788645. Website needs to be updated.