I have developed an ASP.NET application, that generates XML Files from an Excel Worksheet. Every stylesheet in excel has its separate XML Files.
Now I have to merge those XML Files into 1 through my application, how can I do that? Or is there a way I can create an XML Schema that has multiple XML sheets embedded in it?