Page 1 of 1

multiple xml files for a single xsl

Posted: Fri Mar 26, 2004 1:45 am
by gregm_osu
Is it possible to include data from multiple xml pages into a single xsl?

Thanks,
Greg

Posted: Fri Mar 26, 2004 1:49 pm
by george
Hi Greg,

I'm not sure I understand what you mean but if you are looking for a way to access more XML files from the same XSL then you should look at the document() function:

http://www.w3.org/TR/xslt#document

Best Regards,
George