]> granicus.if.org Git - docbook-dsssl/commitdiff
Make the web the default graphics location
authorNorman Walsh <ndw@nwalsh.com>
Sat, 25 Jan 2003 18:08:35 +0000 (18:08 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 25 Jan 2003 18:08:35 +0000 (18:08 +0000)
slides/xsl/html/graphics.xsl

index 9b6cb39aa56e0ec61b8b357a20cea8dd3455902f..b682acdfb1b8cff875c52def7c0ef590d7cd7592 100644 (file)
@@ -23,6 +23,9 @@
       <xsl:value-of select="$graphics.dir"/>
       <xsl:text>/</xsl:text>
     </xsl:when>
+    <xsl:otherwise>
+      <xsl:text>http://docbook.sourceforge.net/release/slides/graphics/</xsl:text>
+    </xsl:otherwise>
   </xsl:choose>
   <xsl:value-of select="$image"/>
 </xsl:template>