2 xml-fies

Here should go questions about transforming XML with XSLT and FOP.
ally
Posts: 2
Joined: Sun Jun 26, 2005 1:55 pm

2 xml-fies

Post by ally »

Hi everybody!

Is it possible to read from 2 xml-files in a xslt-script? One of the xml-files shall be transformed (as usual). The other one contains additional information.

Thanks in advance,
ally
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Hi Ally,

Look at the document function. That should allow you to process/access information from another source than the input document for the transformation.

Best Regards,
George
Post Reply