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