It would not be a function of FOP, but of the XSLT stylesheet you are using. If you use FOP to transform the XML/XSLT input into an XSL-FO file, then you can view that file to find the references to the missing images.
For example, use fop -xml test.xml -xsl test.xsl -foout test.fo.xml On Wed, Aug 15, 2012 at 7:19 AM, Stefan Hinz <stefan.h...@oracle.com> wrote: > I've googled for the annoying messages FOP 1.0 spits out, and found quite > a few complaints, but no resolution. So here are my questions to you: > > When converting DocBook XML to PDF, using xsltproc and the DocBook XSL > style sheets version 1.77.1 (it's not specific to that version, just > saying), I get a gazillion warnings like this: > > SEVERE: Image not found. URI: ../common/images/note.svg. ... > > They're just warnings, but they clutter up the output so that it's hard to > spot real problems such as overflow issues. > > (1) Any idea what causes those warnings? We're not using SVG images at > all, just PNG files. Particularly, we're not using files in > ../common/images (there's no such directory for any of our books). > > (2) Assuming it's some FOP-internal thing (a bug?) that cannot be fixed on > our end, is there a workaround to stop FOP from issuing those warnings? > > (3) How would I find out the exact FOP version I'm using? (I'm thinking > maybe it's a bug that would be fixed by upgrading to a newer version.) When > running "fop --version" it just reports "1.0". > > Thanks much for any pointers! > > -- > Cheers, > > Stefan Hinz <stefan.h...@oracle.com>, MySQL Documentation Manager > > Phone: +49-30-82702940, Fax: +49-30-82702941, http://dev.mysql.com/doc > > ORACLE Deutschland B.V.& Co. KG > Registered Office: Riesstr. 25, 80992 Muenchen, Germany > Commercial Register: Local Court Of Munich, HRA 95603 > Managing Director: Jürgen Kunz > > General Partner: ORACLE Deutschland Verwaltung B.V. > Hertogswetering 163/167, 3543 AS Utrecht, Niederlande > Register Of Chamber Of Commerce: Midden-Niederlande, No. 30143697 > Managing Directors: Alexander van der Ven, Astrid Kepper, Val Maher > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > fop-users-unsubscribe@**xmlgraphics.apache.org<fop-users-unsubscr...@xmlgraphics.apache.org> > For additional commands, e-mail: > fop-users-help@xmlgraphics.**apache.org<fop-users-h...@xmlgraphics.apache.org> > >