Can Visual Studio map SQL Server to XSD Schema?

I am creating an annual XML document to submit to a government agency. They have published an XSD Schema. Our data is in SQL Server 2000.

I need some way of associating columns from tables in SQL Server 2000 with the elements from the XSD schema to produce a valid XML document.

It looks like I could use XMLSpy or Stylus Studio, but I think there must be some way of doing it in Visual Studio 2005. Does Visual Studio 2005 have tools to help me do this Can anyone direct me to a WebCast or part of the documentation that would dexplain I can do this

(P.S. If you are curious, this is for the CDFI CIIS)




Answer this question

Can Visual Studio map SQL Server to XSD Schema?