On Mar 15, 2006, at 17:25, Gosselin, Michael wrote:

Hi Michael,

How do I set up the XSL file to look for the
different XML files I will be using? He showed me once, but it didn't stick
in my brain.

If you need one PDF file as a result of multiple XML files, maybe what he showed you was the magic of the document() function. You can use either an empty XML file --only an empty root node-- and hardcode the URLs, or --more elegant solution-- use a base XML that contains the URLs for the documents you want to merge.

If you need N PDFs for N XML source files, then I'd suggest using FOP's Ant task for that...

Just yell if you need more info.

HTH!

Cheers,

Andreas


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

Reply via email to