What is the difference between XmlTextWriter and XmlWriter?

Viewed 18160

I am looking at these these two classes in C#: XmlTextWriter and XmlWriter. Can anyone explain the difference and tell me where to use which?

1 Answers
Related