Hi Aspose Team ,
Can i load my string which has XML into the stream and load it has a document ?
Sample code :
string XML = GetCurrentxml();
Document doc = new document();
doc.Save(XML) ;
Please let me know ,if this one works !
Regards,
Jaswanth