Author: rgardler
Date: Tue Dec 20 15:37:18 2005
New Revision: 358145

URL: http://svn.apache.org/viewcvs?rev=358145&view=rev
Log:
handle deeper nested sources

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=358145&r1=358144&r2=358145&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
 Tue Dec 20 15:37:18 2005
@@ -51,6 +51,12 @@
              <xsl:attribute name="src"><xsl:value-of 
select="$publisherURL"/>document?documentId={1}&amp;includeNavigation=false&amp;locale=en_US&amp;version=live</xsl:attribute>
            </location>
        </match>
+        
+       <match pattern="**/*.daisy.source">
+           <location>
+             <xsl:attribute name="src"><xsl:value-of 
select="$publisherURL"/>document?documentId={2}&amp;includeNavigation=false&amp;locale=en_US&amp;version=live</xsl:attribute>
+           </location>
+       </match>
      
        <match pattern="project.**/*.daisy.img">
            <location>


Reply via email to