Re: DOCBOOK-APPS: problem with itemized list in a table

From
Bob McIlvride <>
Date
2001-08-29T19:34:56+00:00
ID
Thread
Re: DOCBOOK-APPS: problem with itemized list in a table
Kristin E Thomas wrote:
> every time I try to validate the
> document I get the error "character data not allowed here" for the lines
> with the </itemizedlist> tags.                      <row>

I believe you're running into the "pernicious mixed content" explained
in the "entry" reference page of the DocBook Definitive Guide.  You have
to watch how the line breaks in your source.  For example, instead of
this:


...
>                           </itemizedlist>
>                      </entry>

try this

                           </itemizedlist></entry>


Cheerio!

Bob

---------------------------------------
Robert McIlvride ()
Cogent Real-Time Systems (www.cogent.ca)