Creating new xml document

Hi,
Is there any way that we can create xml document from scratch using aspose for java?
P.S- I am fetching the data from Oracle Database and want to write the same in an xml using some writer.

@pratiksahasunnet,

Can you please elaborate your requirement of which XML document you want to generate. Aspose APIs deals with Words, Excel, PowerPoint, Note, PDF, CAD and Imaging files. It allows loading the files in the form of streams. In oracle the files are stored as blobs (byte arrays). You can load the oracle blobs and convert them to streams. Then you can load the desired file using respective API constructor. I hope the shared information will be helpful.