Try using two page-sequences in your fo document. Process the first xml file in the first and the second xml file in the second. This way you could render only once. You'd probably have to make use of the document() function somewhere along the way. In my work, I usually have an outline xml file and a questions xml file that are combined to form a single chapter pdf and this is the way I do it. I am not using Xalan or FOP programmatically but calling them from a command line, so I tell the XSL processor what the first file is on the command line, then grab the second using the document() function later in the transform as needed. Hth, Matthew L. Avizinis <mailto:[EMAIL PROTECTED]> Gleim Publications, Inc. 4201 NW 95th Blvd. Gainesville, FL 32606 (352)-375-0772 ext. 101 www.gleim.com <http://www.gleim.com>
> -----Original Message----- > From: Troy Bottger [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 25, 2002 10:24 AM > To: '[EMAIL PROTECTED]' > Subject: Merge PDF Documents > > > Hi, > > I'm hoping to get some help using XSL and FO converting to PDF. > I currently > have > the conversion happening correctly for a single XML to PDF, but > what I have > the > need to do is take two XML's that have already been rendered into PDF and > put them > into one PDF document. I don't have the luxury of being able to > combine the > XML together > to allow me to just rendor it once. Any ideas? > > Troy W. Bottger > CommercialWare Inc. > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
