In Focus
Kolkata Chapter Developer Day: May 25
C# Corner Delhi Chapter Meet, May-18, 2013 Official Recap
Istanbul Chapter May 2013 2nd Seminar Announced : Learn WinJS, Windows Store, MVC
ANNOUNCEMENT: April 2013 Month Winners
Email :
Password :
Remember me?
Forgot password
Contribute
An Article
A Blog
A News
A Video
A Link
An Interview Question
Ask a Question
TECHNOLOGIES
.NET 4.5
Current Affairs
Learn .NET
SharePoint 2010
Web Development
.NET Assemblies
Databases & DBA
LightSwitch 2012
SharePoint 2013
Web Services in C#
ADO.NET in C#
Design & Architecture
LINQ
Silverlight with C#
Windows 8
AJAX in C#
Exception Handling C#
Mobile & Embedded
Smart Devices
Windows Azure
Android Programming
Graphics Design
Office 2013
SQL
Windows Controls C#
Articles C#
Hardware
OOP/OOD
SQL Server 2012
Windows Forms C#
ASP.NET Controls in C#
How do I
Operating Systems
Testing
Windows Phone 8
ASP.NET MVC with C#
HTML 5
PHP
TypeScript
Windows Server 2012
ASP.NET Programming
Internet & Web
Products
Visual C#
Windows Store Apps
C# Language
iPhone/iPad
Project Management
Visual Studio .NET
Workflow Foundation in C#
C# Tutorials
Java
Reports using C#
Visual Studio 2010
WPF
C, C++, MFC
Java and .NET
Robotics & Hardware
Visual Studio 2012
XAML
Career Advice
JavaScript, CSS
Security in .NET
WCF with C#
XML
Chapters
JQuery
Request a new Category
|
View All
ANSWERS
BLOGS
VIDEOS
INTERVIEWS
BOOKS
LINKS
NEWS
CHAPTERS
CAREER ADVICE
SQL Queries Interview Questions and answers
10 Signs That You're The 'Problem' Employee
Display Line Numbers in a SQL Server Managem ...
Familiarizing C# NET IDE| C#.NET Environment ...
Developing a basic windows application using ...
Resource
Convert String to XML - .NET/C#
Posted by
XAML Designer
in
Resources
on
Jan 03, 2010
Tags:
Convert
,
Save
,
String to XML
This tip shows how to convert a string to XML file using C# and .NET.
Tweet
33897
1
0
If you have a valid string in "str", you can use XmlDocument to load the string and then save string to an XML file using Save method of XmlDocument. Don't forget to import System.Xml namespace before using XmlDocument.
XmlDocument doc = new XmlDocument();
doc.LoadXml(str);
doc.Save("SSML.xml");
This Feature is Sponsored By
DynamicPDF Merger is a developers dream for interacting with any existing PDF documents. Merge, append, split, form fill, flatten stamp and so much more.
System Colors in WPF
Tags:
System Colors in WPf
,
SystemColors
CounterSoft Gemini
Tags:
Bug Tracker
,
Issue Tracker
,
Scrum Tools
Related Resources
How to convert string to an array of characters in C#?
Convert Path to Uri in WPF and C#
Convert C# to PowerShell using Roslyn
SQL Server Connection String in ADO.NET
Convert for Windows
post comment
where doc.Save("SSML.xml"); i do not see attribute
Posted by
tran thanh
on
Jul 30, 2012
COMMENT USING
PREMIUM SPONSORS
DynamicPDF Developer Components
DynamicPDF™ product line allows you to dynamically generate PDF documents, merge PDF documents and add new content to existing PDF documents from within your applications.
TOP RESOURCES
WPF Button with Image
How to play sound using C#
How to read and write binary data files in C#?
How to use a SaveFileDialog in WPF
Get Started with Windows Azure
How to create a GroupBox in WPF?
Convert String to XML - .NET/C#
How to Close a WPF application programmatically?
How to Style a Tab Control in WPF
How to use Expander Control in Silverlight
View All
MOST LIKED RESOURCES
Just Code : Code Analysis and Error Check
SharePoint 2013’s Social Features
Powershell script to bring your publish to the next level
What is SignalR
Follow @twitterapi
HOT KEYWORDS
.NET
.NET Framework
ADO.NET
ASP.NET
Database
Datagrid
Design
games
GridView
jquery
LINQ
SharePoint
SharePoint 2010
Silverlight
Silverlight 5
silverlight tutorial
sql server
Thread
try
tutorials
VB.NET
WCF
Windows Forms
WPF
XML
SPONSORED BY
DynamicPDF ReportWriter Suite
PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
My Facebook Friends
WHITEPAPERS AND BOOKS
Interview Questions on SharePoint 2013
SharePoint 2010 Administration & Development
Getting Started with Managed Metadata Service in SharePoint 2010
Windows Phone 7 Hileleri
Windows Phone Development Step by Step Tutorial
Essentials of SharePoint 2010: Business Intelligence Capabilities
Working with Directories in C#
FileInfo in C#
Programming List with C#
Source Code: Graphics Programming with GDI+
View All
Poll
Result
All Polls
What is the best product to build Mobile apps?
What is the best product to build Mobile apps
PhoneGap
Icenium
Xamarin Studio
KendoUI Mobile
JQueryMobile
Native iOS/Android
What is the best product to build Mobile apps
Options
Votes
%
PhoneGap
0
0.00
Icenium
0
0.00
Xamarin Studio
0
0.00
KendoUI Mobile
0
0.00
JQueryMobile
60
90.91
Native iOS/Android
6
9.09
Total
66
100%