TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
onez
NA
73
0
XML Serialize - keep HTML, preserve Space
Feb 15 2005 6:28 AM
public void SearializeToXML(string file) { XmlSerializer mySerializer = new XmlSerializer(typeof(M_Table)); StreamWriter myWriter = new StreamWriter(file); mySerializer.Serialize(myWriter, this); myWriter.Close(); } The output changes the innertext of the elements <> tags to &glt etc. Also, how do I preserve all of the whitespace?
Reply
Answers (
1
)
about ADO.net
Text To Spech Control