multiple xml files for a single xsl

Having trouble installing Oxygen? Got a bug to report? Post it all here.
gregm_osu
Posts: 1
Joined: Fri Mar 26, 2004 1:43 am

multiple xml files for a single xsl

Post by gregm_osu »

Is it possible to include data from multiple xml pages into a single xsl?

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

Post 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
Post Reply