i have a wordMl of an
interop.Range
which gives the whole package xml, i want to load it to a new WordProcessingDocument using either of the method
WordProcessingDocument.Open() or WordProcessingDocument.Create()
(note: i have stored interop.Range in a string)