»User: »Password:   Remember Me? 
>e-novative> Support and Discussion Forums / >e-novative> DocBook Environment (eDE) / Installation and Configuration / Wrong formatted chunk output
Posted:  28 Oct 2005 12:19
Hello,

i have the following snippet in my document:

Code:


<screen format="linespecific">
<prompt>#</prompt> <userinput>ifconfig -a</userinput>
</screen>


The produced output is fine in HTML, but in Chunk the output contains line breaks between the prompt and the userinput.

Any clues where to look?

Thanks
Posted:  06 Feb 2006 09:22
90 hits and no idea?
Posted:  08 Feb 2006 17:15
Hmmm ... in the chunking XSL? Try to upgrade to current stylesheets (just unzip them to the docbook\xsl directory), maybe the bug is fixed there.

http://sourceforge.net/projects/docbook
Posted:  13 Feb 2006 09:56
Thanks for the answer. I have upgraded my stylesheets. Unfortunately, the problem still exists.

The code snippet above gives the following output in html:

Code:

# ifconfig -a


This is fine. In chunk output it looks like this:

Code:

#

ifconfig -a


Any other ideas anyone?

Thanks.