Write XML

MikeLI

Member
Joined
Dec 28, 2005
Messages
8
Programming Experience
Beginner
Hi All,

I am using VB 2005 Express.

I want to read/write XML file, what do I need to "imports"?

According to a book (year 2002), I need to:
"imports System.Xml" and
"imports System.Text" and then
Dim a XmlTextWriter.

However, in VB 2005 Express, under Class "System", I cannot find "Xml".
Who knows the answer?

Mike
 
I guess you mean in the documentation..
Don't look at the Namespace System, look to System.Xml
 
Back
Top