Insert XML

Hi,

I have a feature in Interop.Word using Range.InsertXML function to insert a rich text control and its content (image, table, formatted text) to document. Does Aspose have a similar function?

Thanks for any helps

Vu

Hello
Thanks for your request. If you XML is MS Word document (I mean Word 2003 or Word 2007 XML) then you can try loading this XML into Aspose.Words Document object and process with Aspose.Words. Using Aspose.Words you can create, modify, edit, and merge any of MS Words documents. Please see the following link to learn how to insert a document into another document:
https://docs.aspose.com/words/java/insert-and-append-documents/
Best regards,