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]
Other format: [Raw text]

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


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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