You should not have to change the source file - simply run through it a simple XSL transformation that replaces
<inlinegraphic fileref="XYZ"/> with <inlinegraphic fileref="http://localhost:888/images/XYZ" /> (where, of course, "http://localhost:888/images/" is a param supplied to the stylesheet, and thus easily altered) >>> [EMAIL PROTECTED] 2004/10/27 05:53:57 PM >>> Effectively ; with the map parameter that is explain in this bug report it's ok ; but we also have to change the xml docbook file and put <inlinegraphic fileref="http://localhost:888/images/my_pic.jpg" ... now its ok... On Wed, 27 Oct 2004 16:59:15 +0200, Joerg Heinicke <[EMAIL PROTECTED]> wrote: > On 27.10.2004 10:14, foxmask wrote: > > > yes that's right > > > > error.log says : > > > > "ERROR (2004-10-27) 10:11.16:237 [sitemap.serializer.fo2pdf] > > (/Foo.pdf) PoolThread-3/ExternalGraphic: Error while creating area : > > Error with image URL: connection_pool_10.jpg (No such file or > > directory) and no base URL is specified " > > > > but i have to say that Foo.xhtml show me the images and no error log > > to say "no such file or directory". > > > > regards. > > That's a known problem, see > http://issues.apache.org/bugzilla/show_bug.cgi?id=15316 for details. You > have to use absolute paths if you don't want to fix the bug. > > Joerg > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Founder Member of Phpfr.Org http://phpfr.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
