Doron Rosenberg wrote:
We are planning on using java/fop on Netscape DevEdge to generate PDFs from our xml source, and I was wondering if its possible to specify multiple input xml files somehow?

It depends what you mean by "generating... from XML". There is half a zillion of possibilities to aggregate XML. From within an XSL transformation you can use the document() function, if the URLs of XML documents to be included are available form either the source XML document or from parameters. You can also look at using XML entities or XInclude. A further approach would be to write a custom SAX filter. Neither of this is really a matter this list deals with. Depending on your choice, ask on a more specilised list (XSL list, XML-DEV, or a SAX forum).

J.Pietschmann


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to