← Prev in month ← Prev in thread
Next in thread → Next in month →

Errata in ODF spec.

From
Daniel Carrera <>
Date
2006-07-17T20:26:53+00:00
ID
1153168010.28244.49.camel@Agape-desktop
Thread
Errata in ODF spec.
Hello,

Page 72 section 4.3.2 List Item reads

A <text:list-item> element can contain paragraphs or lists. 
A list item cannot contain headings or tables.

But the following RNG says:

<define name="text-list-item-content">
  <optional>
    <ref name="text-number"/>
  </optional>
  <zeroOrMore>
    <choice>
      <ref name="text-p"/>
      <ref name="text-h"/>
      <ref name="text-list"/>
    </choice>
  </zeroOrMore>
</define>

Hence, the text should read:

A <text:list-item> element can contain paragraphs, lists or headings.
A list item cannot contain tables.

Cheers,
Daniel.
-- 
http://opendocumentfellowship.org
  "The reasonable man adapts himself to the world; the
  unreasonable man tries to adapt the world to himself.
  Therefore all progress depends on unreasonable men."
        -- George Bernard Shaw
← Prev in month ← Prev in thread
Next in thread → Next in month →