switch off draft mode, so the PDF generation won't try to load a draft image from...
authorUlf Lamping <ulf.lamping@web.de>
Fri, 8 Sep 2006 07:45:22 +0000 (07:45 -0000)
committerUlf Lamping <ulf.lamping@web.de>
Fri, 8 Sep 2006 07:45:22 +0000 (07:45 -0000)
svn path=/trunk/; revision=19183

docbook/custom_layer_pdf.xsl

index 8207ba3eeef54f2f893d67a21976fe3313c08231..19f789f25ae565ea8ec5bf913c3368b5e1d3383f 100644 (file)
@@ -10,6 +10,9 @@
 <!-- create pdf bookmarks -->
 <xsl:param name="fop.extensions" select="1"/>
 
+<!-- don't use the draft mode (no loading of image from the web) -->
+<xsl:param name="draft.mode" select="no"/>
+
 <!-- use graphics for admons (note, tip, ...) -->
 <xsl:param name="admon.graphics" select="1"/>
 <xsl:param name="admon.graphics.path">wsug_graphics/</xsl:param>