i

Subject: i
From: Christian Leutloff <leutloff@xxxxxxxxxxxxxxxxx>
Date: 25 Feb 1998 23:16:37 +0100
Mbox-line: From leutloff@sundancer.oche.de Wed Feb 25 23:16:39 1998
Hello,

I want to use an itemized list inside a table. This can be done, as
mentionend in the DocBook documentation:

[...]
entry: Cell in a table 

Content Model

  ((CalloutList | GlossList | ItemizedList | OrderedList 
[...]

Here's my example:

<----------------
<!DOCTYPE table PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
<table>
<title>Table with itemizedlist</title>  
<tgroup cols=1>
<tbody>
<row>
<entry>
   <itemizedlist>
      <listitem>first</listitem>
      <listitem>second</listitem>
   <itemizedlist>
</entry>
</row>
</tbody>
</tgroup>
</table>
<----------------

Here's the output from jade:

<----------------
jade -t rtf -d /usr/lib/dsssl/stylesheets/docbook/print/docbook.dsl table-itemlist.sgml
jade:table-itemlist.sgml:8:16:E: document type does not allow element "ITEMIZEDLIST" here; missing one of "FOOTNOTE", "MSGTEXT" start-tag
jade:table-itemlist.sgml:9:16:E: character data is not allowed here
jade:table-itemlist.sgml:9:31:E: end tag for "LISTITEM" which is not finished
jade:table-itemlist.sgml:10:16:E: character data is not allowed here
jade:table-itemlist.sgml:10:32:E: end tag for "LISTITEM" which is not finished
jade:table-itemlist.sgml:11:16:E: document type does not allow element "ITEMIZEDLIST" here; assuming missing "LISTITEM" start-tag
jade:table-itemlist.sgml:12:7:E: "ITEMIZEDLIST" not finished but containing element ended
jade:table-itemlist.sgml:12:7:E: end tag for "ITEMIZEDLIST" omitted, but its declaration does not permit this
jade:table-itemlist.sgml:11:3: start tag was here
jade:table-itemlist.sgml:12:7:E: end tag for "ITEMIZEDLIST" omitted, but its declaration does not permit this
jade:table-itemlist.sgml:8:3: start tag was here
<----------------

What's wrong!?

Thanks
     Christian

-- 
Christian Leutloff, Aachen, Germany         leutloff@xxxxxxxxxxxxxxxxx  
      http://www.oche.de/~leutloff/         leutloff@xxxxxxxxxx      

            Debian GNU/Linux - http://www.de.debian.org/

Attachment: pgp00008.pgp
Description: PGP signature

Current Thread
  • i
    • Christian Leutloff - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id WAA13794Wed, 25 Feb 1998 22:29:25 -0500 (EST) <=
      • Norman Walsh - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id HAA24461Thu, 26 Feb 1998 07:11:48 -0500 (EST)
        • Christian Leutloff - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id MAA28857Thu, 26 Feb 1998 12:07:33 -0500 (EST)
          • Norman Walsh - from mail1.ability.netby web4.ability.net (8.8.5/8.6.12) with ESMTP id NAA00428Thu, 26 Feb 1998 13:14:17 -0500 (EST)