<fo:block id="N2531">
<fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A GIF image in FOP</fo:block>
<fo:block>
- <fo:external-graphic src="file:../../graphics/xml_feather.gif"/>
+ <fo:external-graphic src="url(../../graphics/xml_feather.gif)"/>
</fo:block>
</fo:block>
<fo:block id="N2535">
<fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A transparent GIF image in FOP</fo:block>
<fo:block>
- <fo:external-graphic src="file:../../graphics/xml_feather_transparent.gif"/>
+ <fo:external-graphic src="url(../../graphics/xml_feather_transparent.gif)"/>
</fo:block>
</fo:block>
<fo:block id="N2545">
<fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A JPEG image in FOP</fo:block>
<fo:block>
- <fo:external-graphic src="file:../../graphics/fop.jpg"/>
+ <fo:external-graphic src="url(../../graphics/fop.jpg)"/>
</fo:block>
</fo:block>
<fo:block id="N2550">
<fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A BMP image in FOP</fo:block>
<fo:block>
- <fo:external-graphic src="file:../../graphics/linux.bmp"/>
+ <fo:external-graphic src="url(../../graphics/linux.bmp)"/>
</fo:block>
</fo:block>
<fo:block id="N2555">
<fo:block font-size="16pt" font-weight="bold" space-before.minimum="1em" space-before.optimum="1.5em" space-before.maximum="2em">A TIFF image in FOP (Only works with JAI!)</fo:block>
<fo:block>
- <fo:external-graphic src="file:../../graphics/xml_fax.tif"/>
+ <fo:external-graphic src="url(../../graphics/xml_fax.tif)"/>
</fo:block>
</fo:block>
<fo:block id="N2559">
url: http://www.w3.org/TR/xsl/ -->
<fo:block text-align="center"
space-before.optimum="0.5cm">
- <fo:external-graphic src="file:../../graphics/listgeometry.gif"/>
+ <fo:external-graphic src="url(../../graphics/listgeometry.gif)"/>
</fo:block>
<fo:block font-size="10pt"
font-family="sans-serif"
</fo:block>
<fo:block>
-<fo:external-graphic src="file:boxes.svg"/>
+<fo:external-graphic src="url(boxes.svg)"/>
</fo:block>
<fo:block>
-This svg document (<fo:external-graphic src="file:multi.svg"/>) is also obtained from
+This svg document (<fo:external-graphic src="url(multi.svg)"/>) is also obtained from
an external file using the fo:external-graphic. It has another svg image inside and references
part of another svg image.
</fo:block>
<fo:block space-before.optimum="10pt">
This example is an svg from an external image:
-<fo:external-graphic src="file:view.svg"/>
+<fo:external-graphic src="url(view.svg)"/>
it has a viewbox that resizes the contents.
</fo:block>