Author: rgardler
Date: Wed Dec 21 02:39:16 2005
New Revision: 358259

URL: http://svn.apache.org/viewcvs?rev=358259&view=rev
Log:
now that the catchall raw.xmap is located after the plugin sitemaps we no 
longer redirect resource requests to 'project.foo' so match the original hint

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/navigation-to-locationmap.xsl

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/navigation-to-locationmap.xsl
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/navigation-to-locationmap.xsl?rev=358259&r1=358258&r2=358259&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/navigation-to-locationmap.xsl
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Daisy/resources/stylesheets/navigation-to-locationmap.xsl
 Wed Dec 21 02:39:16 2005
@@ -58,13 +58,13 @@
            </location>
        </match>
      
-       <match pattern="project.**/*.daisy.img">
+       <match pattern="**/*.daisy.img">
            <location>
              <xsl:attribute name="src"><xsl:value-of 
select="$publisherURL"/>blob?documentId={2}&amp;version=live&amp;partType=3</xsl:attribute>
            </location>
        </match>
      
-       <match pattern="project.**.daisy.img">
+       <match pattern="**.daisy.img">
            <location>
              <xsl:attribute name="src"><xsl:value-of 
select="$publisherURL"/>blob?documentId={1}&amp;version=live&amp;partType=3</xsl:attribute>
            </location>


Reply via email to