El MiÃrcoles, 13 de Abril de 2005 21:08, Matthew Burgess escribiÃ: > [EMAIL PROTECTED] wrote: > > -</listitem> > > +<beginpage/></listitem> > > </varlistentry> > > It seems odd to split a listitem across two pages. Can the beginpage > element not go in between the two varlistentry elements, i.e.: > > </varlistenty> > <beginpage/> > > <varlistentry>
That isn't allowed by the DTD. Is a similar case that: <beginpage/> </sect2> <sect2> In other words: the <beginpage/> tag must be placed just after the last closing block tag (</para>, </screen> or similars) containg the real CDATA where the page should end. -- Manuel Canales Esparcia Usuario de LFS nÂ2886: http://www.linuxfromscratch.org LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.com TLDP-ES: http://es.tldp.org -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
