Merge multiple xhtml files into single xhtml

i am evaluating aspose words for merging mutlple xhtml files into single xhtml file. how do i achieve that ?

My xhtml contains xmlns namespace attributes in html tag, but they are not showing up after i merge with different xhtml

Any help is appreciated.

Bala

@bala7 Aspose.Words is designed to work with MS Word documents. When you open HTML document using Aspose.Words, HTML document is read into Aspose.Words DOM. So after saving the document the original HTML representation (tags, namespaces, styles) will be changed. This is an expected behavior.
Please see our documentation to learn how to combine document using Aspose.Words.