satya
03-21-2000, 07:28 PM
I want to ouput to IE5 Browser a single page whose data has been drawn from
3 xml files: 10A.XML, 10B.XML, 10C.XML. I want to use a single XSL stylesheet
that 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-RESPONSE
back to the BROWSER. I have been successful using IXMLDom..parsing and concatenating
the data moving from 10a.xml...10c.xml. But now I want to use a stylesheet
instead. Any ideas? Or references?
3 xml files: 10A.XML, 10B.XML, 10C.XML. I want to use a single XSL stylesheet
that 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-RESPONSE
back to the BROWSER. I have been successful using IXMLDom..parsing and concatenating
the data moving from 10a.xml...10c.xml. But now I want to use a stylesheet
instead. Any ideas? Or references?