You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Mihael Knezevic <m....@porta.de> on 2003/02/04 13:56:52 UTC

external-graphic problem

hi,

i think i got a simple problem and probably everybody will point me to
the fop faq but i need an example (hopefully a working one).

i want to have one pic on one page.

i got the following xml file:

<Bericht>
	<Bild source="wgr-50.jpg" />
	<Bild source="wgr-60.jpg" />
	<Bild source="wgr-70.jpg" />
	<Bild source="wgr-80.jpg" />
	...
</Bericht>

i got the following xsl line in my xsl file:
<fo:external-graphic src="@source" />

but i get the error message:
[ERROR]: Error while creating area : Error with image URL: @source (Das
System kann die angegebene Datei nicht finden) and no base directory is
specified

can anybody help?

thanx

mk

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-user-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-user-help@xml.apache.org