How to process XML file referenced in input XML using XSLT?

molly

New Member
Suppose I have in my input XML file a reference (URL) to another XML file. I'd like to process this referenced XML file as if it were the input of my stylesheet/template. How do I do that?
 
Top