Sorry, im a bit of a newb...I dont really know much about importers, but what you're saying is to create a importer that takes everything in as a string and then create a new xmldocument with
the string data?
Right now im using XmlTextReader to read in the entire xml file, how would I access the xmldocument in the same manner?