Dashed by Microsoft removing Custom XML elements

Hi,
We had planned to use our Schema to control added definitions by way of the Custom XML methods but it seems that Microsoft has removed the ability to save them.
I am trying to use Word Comment fields as a substitute but am finding it a bit below Par.

Does anyone know a better method to simulate what the Custom XML offered without going to a API or custom script?

Cheers
Jan

Hi Jan,

Thanks for your inquiry. Please read following web links about ‘Custom XML markup’ for your kind reference.
http://support.microsoft.com/kb/2761189
https://support.microsoft.com/en-us/topic/custom-xml-markup-is-removed-when-you-open-a-document-in-word-2010-0131dc07-685b-bf5e-f64d-9e775215f447

Could you please share some more information about your query what exact you want to achieve by using Aspose.Words?

It would be great if you please manually create your expected Word document using Microsoft Word and attach it here for our reference. We will investigate as to how you want your final Word output be generated like. We will then provide you more information on this along with code.

Hi,
In our solution we are storing Word data as component paragraphs, table, lists.
We use Aspose to convert a word document to these components and then to create small Word
documents containing some of these components.
We have a need to pass database component identity as part of the Word data and configure it so that it stays with the components and cannot be removed. Likewise to pass component identity with components e.g. this is the xxxyyy table.

We had hoped to tie a Schema into Word and allow custom xml to service these needs but now find that its not available.

So the question was to see if anyone knows a way to achieve this type of functionality without going down the road of plug-in’s or extensive VB scripts?

Cheers
Jan

Hi Jan,

Thanks for your inquiry. You can extract specific contents from document e.g table, paragraphs, lists etc and save these contents into database and also load these contents into Aspose.Words DOM. Please read following documentation links for your kind reference.
https://docs.aspose.com/words/net/serialize-and-work-with-a-document-in-a-database/
https://docs.aspose.com/words/net/how-to-extract-selected-content-between-nodes-in-a-document/

Could you please share some more detail about your query what exact you want to achieve by using Aspose.Words? We will then provide you more information on this along with code.