OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] How to display <revdescription> using dsssl stylesheets ?


That works, but all the content is displayed in one line !! Can I have
linebreaks in there ??

Like this one:
------------------------
	<revdescription>
	  <para>test</para>
	  <itemizedlist>
	    <listitem><para>Hallo A</para>
	    </listitem>
	    <listitem><para>Hallo B</para>
	    </listitem>
	  </itemizedlist>
	</revdescription>
--------------------------
Should be:
-----
 test
 * Hallo A
 * Hallo B
-----
But it is:
----
test * Hallo A  * Hallo B
----

Am Montag, 19. Januar 2004 13:16 schrieb Jirka Kosek:
> Peter Biechele wrote:
> > I want to use the <revhistory> tag together with the <revdescription> tag
> > to get multiple <para> paragraphs onto the second page of a docbook book.
> > But the DSSSL Stylesheets V1.78 do not display anything of the
> > revdescription tag.
>
> I fixed this error few months ago, but unfortunately there were no
> release since that time. To fix this error try to grab file
> print/dbttlpg.dsl from CVS at docbook.sf.net and replace with it your
> original file.
>
> 					Jirka

--
MfG
Peter Biechele

#####################################################
Dr. Peter Biechele, E-Mail: Peter.Biechele@beXtec.de



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]