Dear All, I'm a new to FOP and I've hit a snag. I'd be grateful for any help: I have a single XML document that I want rendered to PDF. This PDF has textual and graphics portions, all derived from the same input XML document. To do the rendering, I have to run FOP a few times, first to convert the XML to graphics (in my case, SVG), then once more to convert the input XML to the final PDF, where the graphics are "attached" using . Of course, the input XML has hardcoded in it the file names of the SVG graphics. Is there a way to create the final PDF, complete with graphics by calling FOP just once? Preferably, the solution wouldn't have to require hardcoding the file names in the input XML. Thanks, Arnold Doray