Using XSL stylesheet to combine data from 3 or more XML File

wxdqz

New Member
I want to ouput to IE5 Browser a single page whose data has been drawn from3 xml files: 10A.XML, 10B.XML, 10C.XML. I want to use a single XSL stylesheetthat combines data from these 3 xml files. Thus, an ASP receives the HTTP-REQUEST,loads the 3 files, applies the XSL stylesheet and writes the HTTP-RESPONSEback to the BROWSER. I have been successful using IXMLDom..parsing and concatenatingthe data moving from 10a.xml...10c.xml. But now I want to use a stylesheetinstead. Any ideas? Or references?
 
Back
Top