[osis-core] <list><item> question

Harry Plantinga osis-core@bibletechnologieswg.org
Thu, 14 Nov 2002 16:14:43 -0500


I'm trying to get <list>s to work, and I've found that

<list>
  <item>one</item>
  <item>two</item>
</list>

is not valid.  You have to have some tags inside the <item>s.
For exmaple, you could say

<list>
  <item><p>one</p></item>
  <item><p>two</p></item>
</lite>

Is this intentional?  If not, the fix would be to
change the content model to allow zero contained 
elements rather than requiring one.

-Harry