Next in thread → Next in month →

Re: DOCBOOK-APPS: Itemizedlist problem

From
Lane Stevens <>
Date
2000-11-03T16:25:26+00:00
ID
Thread
Re: DOCBOOK-APPS: Itemizedlist problem
Per the reference (I didn't try to wade through the dtd), a listitem doesn't
support #PCDATA.  Try:
<itemizedlist>
  <listitem><para>Item 1</para></listitem>
  <listitem><para>And Item 2</para></listitem>
</itemizedlist>

Thanks,
Lane.
On Thu, Nov 02, 2000 at 03:04:34PM +0100,  wrote:
> Hi!
> 
> I have strange problem using itemizedlist. From the source code:
> 
> <itemizedlist>
> <listitem>Item 1</listitem>
> <listitem>And Item 2</listitem>
> </itemizedlist>
> 
> while generating PDF or PS output a newline after first letter (in this case
> "I" and "A") appears. I'm using an sgml version of Docbook (4.1) and
> docboo-stylesheets 1.57. What could be wrong ?
> 
> -- 
> Ryszard Lach
> Internet Designers s.c. 
> http://www.id.pl
> 

-- 
Lane Stevens
Terrapin Technologies, Inc.
http://www.cycletime.com
Next in thread → Next in month →