Yes. Use the xsl:result-document feature of XSL2 (which pretty much means using Saxon 8 as your XSL processor) or use an extension function (check out EXSLT for a good set of them). That lets you create multiple FO files from one XSL file applied to one (or more) XML files. Then you can run FOP on each FO file to produce the PDF files (or whatever output you want from FOP).
FWIW, I haven't used Xalan in a long time. I went to Saxon 8 in July specifically to use the result-document instruction. Jay Bryant Bryant Communication Services (presently consulting at Synergistic Solution Technlogies) Miroslav Pukhalsky <[EMAIL PROTECTED]> 03/01/2005 01:28 PM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Multiply PDF from one XML Hi there! Can I get more than one PDF file using one XML file with data and XSL-FO transformation? Miroslav --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]