It's me again ... All my fonts in place, I still seem to be not fit enough for handling paths ;-) I now try to replace an absolute URL on an external-graphic element with a relative one. FO is created via XSLT, and my stylesheet resides in a subfolder of WEB-INF. In- and OutputStreams before and after, but that shouldn't matter. "<fo:external-graphic src="http://localhost:8080/pdfnewsletter/headers/logo.svg/>" is working well here, but I cannot be sure whether the production server will really be listening to "localhost". What did I try? a) referring to the svg in its original place outside WEB-INF with url(/headers/logo.svg) - context-relative, url(headers/svg), url(../../logo.svg) and so on - also with single quotes around the paths. b) Putting the graphic (an svg) in the stylesheet's directory and referring to it with "url(logo.svg)" c) Putting the graphic inside the package of the transforming servlet, which ends up in a jar file, and again referring with "url(logo.svg)"
Some of these trials where really odd, I always tried to refer to the execution of my servlet as "base". Please help once more - thanks!! sonja --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]