Important files.
1. document.xml inside folder /word
2. numbering.xml inside folder /word
Inside document.xml you find tag like this
.......................
.......................
.................
Here
Inside numbering.xml you will find tags:
..............
......
Follw0ing three links plays role: <
1. From document.xml//w:p/w:pPr/w:numPr/w:numId/@ w:val
links to
numbering.xml/w:num/@w:numId
2. From numbering.xml/w:num/w:abstractNumId/@w:val
links to
numbering.xml/w:abstractNum/@ w:abstractNumId
3. From document.xml//w:p/w:pPr/w:numPr/w:ilvl/@w:val
links to
numbering.xml/w:abstractNum/w:lvl/@w:ilvl
Seems little trick but well linked.
document.xml has links to
One more thing, numId in numbering.xml starts from 1 while w:abstractNumId starts from 0.
For any issue not understood , please feel free to mail me.
Cheers!
H!manshu