How to compare attributes in word/numbering.xml

Hi there,
You can use the same document being used here - Doclet1.docx. The “Heading 1” style has got some numbering list attributes as:
- <w:numPr>
<w:numId w:val=“1” />
</w:numPr>

This is a reference to abstract numbering node in “word/numbering.xml” (when we unzip the document), like:

- <w:num w:numId=“1”>
<w:abstractNumId w:val=“1” />
</w:num>

Where the abstract numbering id specifies a node that contains several formatting attributes,
You can see the abstract numbering definition in ‘numbering.xml’ and from here -
https://www.diffchecker.com/azi7y4l0, which compares two such abstract numbering definitions.
More information on abstract nodes could be get on link - http://msdn.microsoft.com/en-us/library/office/ee922775(v=office.14).aspx.

Now, give this information, we want to compare the two abstract numbering nodes. How to compare attributes in ‘numbering.xml’, more like side by side attribute comparison defined on above link?

Please have a look into this.

Thanks.

Hi Praneeth,

Thanks for your inquiry. We are in communication with our development team and will get back to you soon.

Best regards,