Hi,

   I am building the WordProcessingML on my own, the main reason I am doing this is When the content is generatede through Word (.docx), it is inserting more elements it to it which may be unnecessary, hence i am figuring out how can make the ..docx less heavy with only the required or minimum number of WordProcessingML? When done some investigation on this, i found that there are some of the points which take be taken care :-

1) Unnecessary Namespaces can be avoided , by default when generated through Word will include all the namespaces.

2) The <w:sectPr> element displayed at the end which contains the layout information will be created by default when generated through Word. Which can be avoided.

Like these i want to know what are the other elements which makes it heavy and what are the things i need to take care while generating the .xml (WordWL) on my own? So that i can avoid the unnecssary elements (tags) and retain only the elements i need.

 

Please do respond.

 

Thanks,

Rithu