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 2006/02/02 10:57:26 UTC

svn commit: r374332 - /lenya/trunk/src/modules/svg/sitemap.xmap

Author: andreas
Date: Thu Feb  2 01:57:23 2006
New Revision: 374332

URL: http://svn.apache.org/viewcvs?rev=374332&view=rev
Log:
For SVG image xlinks, use fallback input module instead of fallback protocol because Batik can't access the source resolver.

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

Modified: lenya/trunk/src/modules/svg/sitemap.xmap
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/modules/svg/sitemap.xmap?rev=374332&r1=374331&r2=374332&view=diff
==============================================================================
--- lenya/trunk/src/modules/svg/sitemap.xmap (original)
+++ lenya/trunk/src/modules/svg/sitemap.xmap Thu Feb  2 01:57:23 2006
@@ -28,7 +28,7 @@
             <map:parameter name="url" value="fallback://resources/{../2}/{../3}.{../4}"/>
             <map:parameter name="type" value="file"/>
             <map:transform src="xslt/scale.xsl">
-              <map:parameter name="url" value="fallback://resources/{../../2}/{../../3}.{../../4}"/>
+              <map:parameter name="url" value="{fallback:resources/{../../2}/{../../3}.{../../4}}"/>
               <map:parameter name="width" value="{request-param:width}"/>
               <map:parameter name="height" value="{request-param:height}"/>
             </map:transform>
@@ -37,11 +37,11 @@
             <map:parameter name="url" value="fallback://resources/shared/{../3}.{../4}"/>
             <map:parameter name="type" value="file"/>
             <map:transform src="xslt/scale.xsl">
-              <map:parameter name="url" value="fallback://resources/shared/{../../3}.{../../4}"/>
+              <map:parameter name="url" value="{fallback:resources/shared/{../../3}.{../../4}}"/>
               <map:parameter name="width" value="{request-param:width}"/>
               <map:parameter name="height" value="{request-param:height}"/>
             </map:transform>
-          </map:act>         
+          </map:act>
           <map:serialize type="svg2jpeg"/>
         </map:match> 
 



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