Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to compose an xml file using a schema ?

Status
Not open for further replies.

chandimapa

Programmer
Mar 6, 2006
2
CA
Hi there,

I have a database table and a schema, I want to compose an XML file. How do I do that in SQL Server 2005? Please point me to some expels and/or tutorials on this.

SQL Server 2K has XML composing capabilities, for example, you can create XML by using XPath queries or using MSXML parser (ex. sp_xml_preparedocument). But I want to compose an XML file using a schema. Is this an easier to do in SQL Server 2005?

Thanks,
Chandi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top