A 
		
								
				
				
			
		acool
I am passing in, as a parameter, a string of XML, and want to formulate a
new XML docuent but i am getting errors. I tried this:
public string makeDoc(string document)
{
//
XmlDocument doc = new XmlDocument();
doc.Load(document);
}
Does anyone knw how I can do this?
				
			new XML docuent but i am getting errors. I tried this:
public string makeDoc(string document)
{
//
XmlDocument doc = new XmlDocument();
doc.Load(document);
}
Does anyone knw how I can do this?
