Heybo Blog

If you look at me when I'm talking, you'll see what I'm saying ... about Tech and .NET discoveries!

My Links

News

Story Categories

Archives

Post Categories

Image Galleries

Login

Blog Stats

Links

Personal Websites

Write XML with Schema using C# and the XML namespace

DataSet temp = new DataSet();

temp.Tables.Add( "TableOne" );

doublei = new double();

temp.Tables[0].Columns.Add("One");

temp.Tables[0].Columns.Add("Two", i.GetType());

temp.WriteXml(ServerPath + “yourfile.xml“, System.Data.XmlWriteMode.WriteSchema);

posted on Monday, December 08, 2003 3:24 PM

Feedback

# Write XML with Schema using C# and the XML namespace 12/8/2003 3:30 PM Heybo Blog

Title  
Name  
Url
Comments   
Protected by Clearscreen.SharpHIPEnter the code you see: