list numbering question

D

David Thielen

In a DOCX file I have in numbering.xml:

<w:numbering
xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:eek:="urn:schemas-microsoft-com:eek:ffice:eek:ffice"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships"
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"
xmlns:w10="urn:schemas-microsoft-com:eek:ffice:word"
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml">
....
<w:num w:numId="1">
<w:abstractNumId w:val="1"/>
</w:num>
<w:num w:numId="2">
<w:abstractNumId w:val="8"/>
</w:num>
<w:num w:numId="3">
<w:abstractNumId w:val="6"/>
</w:num>
<w:num w:numId="4">
<w:abstractNumId w:val="0"/>
</w:num>
<w:num w:numId="5">
<w:abstractNumId w:val="2"/>
</w:num>
<w:num w:numId="6">
<w:abstractNumId w:val="5"/>
</w:num>
<w:num w:numId="7">
<w:abstractNumId w:val="4"/>
</w:num>
<w:num w:numId="8">
<w:abstractNumId w:val="3"/>
</w:num>
<w:num w:numId="9">
<w:abstractNumId w:val="7"/>
</w:num>
</w:numbering>

and in document.xml I have:

<w:tc>
<w:tcPr>
<w:tcW w:w="567"
w:type="dxa"/>
</w:tcPr>
<w:p w:rsidR="007D731D"
w:rsidRDefault="007D731D" w:rsidP="00ED6796">
<w:pPr>
<w:numPr>

<w:ilvl w:val="12"/>

<w:numId w:val="0"/>
</w:numPr>

The w:numId=0 in document has no matching w:num in numbering. What is
going on here?

thanks - dave

david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
J

Jie Wang [MSFT]

Hi David,

According to the Office Open XML specification (ECMA-376, 2.10.5 Applying
Numbering to Paragraphs):

The numbering definition instance reference is specified using the numId
element. This element contains a reference to the numId attribute in a
specific numbering definition instance within the numbering part, which
links this paragraph to that numbering definition instance.

So the content in the document.xml seems to be wrong.

How is this document generated?

Thanks,

Jie Wang

Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business days is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
D

David Thielen

Hi David,

According to the Office Open XML specification (ECMA-376, 2.10.5 Applying
Numbering to Paragraphs):

The numbering definition instance reference is specified using the numId
element. This element contains a reference to the numId attribute in a
specific numbering definition instance within the numbering part, which
links this paragraph to that numbering definition instance.

So the content in the document.xml seems to be wrong.

How is this document generated?

It was created in Word 2007 (according to our customer). And Word
opens it ok. Can you ask the Word team what they do in this case?

thanks - dave


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
J

Jie Wang [MSFT]

Hi David,
Can you ask the Word team what they do in this case?

Yes I can. But usually I will get a better & meaningful response if I have
a sample file in hand.

Is it possible you send me (jiewan[at]m1cr050ft.c0m) such a sample file so
I can send it for a check?

Thanks,

Jie Wang

Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business days is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top