This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 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, siaco@id.pl 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]