Hi

Recently, i am dealing stuff with Xml..

there was one part where i use the XmlDocument..

I am a bit confuse because if i wanted to use the XmlDocument class, i must create a Xml file to load into the document... or else there would be error.

Can the file be create directly by using the XmlDocument instead of using XmlTextWriter to create first and then load it into the XmlDocument..

Is there any method to deal with it...

Thanks