Hi Everyone,
I'm working on a HOWTO that has a table with an itemized list in it. I
looked in "DocBook: The Definitive Guide," and it looks like it's legal to
have these tags inside a table, but every time I try to validate the
document I get the error "character data not allowed here" for the lines
with the </itemizedlist> tags. I'm including the part of my document that
has the table at the end of this message. I'd appreciate any help I can
get! Thanks in advance.
Thanks,
Kristin
<table frame="all"><title>System Requirements</title>
<tgroup cols="3" align="left" colsep="1" rowsep="1">
<thead>
<row>
<entry>General Requirements</entry>
<entry>Hardware Requirements</entry>
<entry>Software Requirements</entry>
</row>
</thead>
<tbody>
<row>
<entry><itemizedlist>
<listitem>
<para>blah
</para>
</listitem>
</itemizedlist>
</entry>
<entry><itemizedlist>
<listitem>
<para>blah
</para>
</listitem>
<listitem>
<para>blah
</para>
</listitem>
</itemizedlist>
</entry>
<entry><itemizedlist>
<listitem>
<para>blah
</para>
</listitem>
<listitem>
<para>blah
</para>
</listitem>
</itemizedlist>
</entry>
</row>
</tbody>
</tgroup>
</table>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Kristin Thomas
Linux Information Development
Linux Technology Center
Ph. (512) 838-4546
T/L 678-4546
Bldg. 908 1D002
----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>
- Re: DOCBOOK-APPS: problem with itemized list in a table Kristin E Thomas
- Re: DOCBOOK-APPS: problem with itemized list in a ta... Bob McIlvride
- Re: DOCBOOK-APPS: problem with itemized list in a ta... Kristin E Thomas
- Re: DOCBOOK-APPS: problem with itemized list in a ta... Egon Willighagen
- Re: DOCBOOK-APPS: problem with itemized list in ... Norman Walsh
- Re: DOCBOOK-APPS: problem with itemized list in a ta... Bob McIlvride
- Re: DOCBOOK-APPS: problem with itemized list in a ta... Egon Willighagen
- Re: DOCBOOK-APPS: problem with itemized list in ... Norman Walsh
- Re: DOCBOOK-APPS: problem with itemized list in ... Norman Walsh
