[osis-core] <list> within <list>?

Patrick Durusau Patrick.Durusau at sbl-site.org
Mon Nov 1 13:12:59 MST 2004


Greetings,

Due to a corrected example from Jim Albright I think I have found a 
formal error in the schema that has gone undetected by my software.

The schema as currently written allows
<list>
<item></item>
  <list>
  <item></item>
  </list>
<item></item></list>

Whereas I would normally expect:

<list>
<item></item>
<item>
  <list>
  <item></item>
  </list>
</item>
<item></item></list>

Note that the first one does not have the sublist contained in an <item> 
whereas the second one does.

Shouldn't we require the second one?

Hope everyone is having a great day!

Patrick

-- 
Patrick Durusau
Director of Research and Development
Society of Biblical Literature
Patrick.Durusau at sbl-site.org
Chair, V1 - Text Processing: Office and Publishing Systems Interface
Co-Editor, ISO 13250, Topic Maps -- Reference Model

Topic Maps: Human, not artificial, intelligence at work!




More information about the osis-core mailing list