I've been given a collection of related xsd files and a spreadsheet with xpath information in it. I need to create an xml file conforming to the schema files and populate it with data from a database.This will be my first time delving into the XML classes in the .NET framework.
Which classes will help me get to my destination the quickest?
The data from the database can easily exceed 10000 records so memory and IO performance are also an issue.