Page 1 of 1

2 xml-fies

Posted: Tue Jun 28, 2005 9:06 pm
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

Posted: Tue Jun 28, 2005 10:01 pm
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