Page 1 of 1

Word xml 2016 splitting runs even though there is no style properties

Posted: Thu Aug 31, 2017 3:53 pm
by SweDha
Hi Word xml 2016 version is splitting teh runs with similar properties
Following si the ex:
File before editing the word :

Code: Select all


<w:p>
<w:pPr>
<w:numPr>
<w:ilvl w:val="0"/>
<w:numId w:val="1"/>
<w:t w:val="00B7"/>
</w:numPr>
</w:pPr>
<w:r>
<w:rPr>
<w:rFonts w:ascii="" w:hAnsi=""/>
<w:lang w:val="EN-US" w:fareast="EN-US" w:bidi="AR-SA"/>
</w:rPr>
<w:t xml:space="preserve">is independently developed by Supplier and not derived from the Confidential Information in any manner, directly or indirectly, as evidenced by contemporaneous written records, without violating Supplier's obligations hereunder;</w:t>
</w:r>
</w:p>
After I edit and save teh document in word.Thje backedn word xml is getting the w:r tag split into 2

Code: Select all


<w:p w:rsidR="00031393" w:rsidRDefault="006915CE">
<w:pPr>
<w:numPr>
<w:ilvl w:val="0"/>
<w:numId w:val="2"/>
</w:numPr>
</w:pPr>
<w:r>
<w:t>is independently developed by Supplier and not derived from the Confidential Information in an</w:t>
</w:r>
<w:r>
<w:t>y manner, directly or indirectly, as evidenced by contemporaneous written records, without violating Supplier's obligations hereunder;</w:t>
</w:r>
</w:p>
Cn anyone pls explain this behaviour.

Thanks

Re: Word xml 2016 splitting runs even though there is no style properties

Posted: Mon Sep 04, 2017 10:55 am
by Radu
Hi,

Maybe you could ask around on Stack Overflow. We are not familiar with how MS Word works.

Regards,
Radu