I hope this is the right place to post this question.
I have a table which I need to make into an XML document. But the XML document must follow a schema not created by another party. What is the best way to transfer the records in this table to an XML document and still follow the schema? The table is in a database on our SQL server. Thank you.