| Posted: 28 Oct 2005 12:19 | |
|
Registered User Currently Offline |
Posts: 3 Join Date: Oct 2005 |
|
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 | |
|
Registered User Currently Offline |
Posts: 3 Join Date: Oct 2005 |
90 hits and no idea?
|
|
| Posted: 08 Feb 2006 17:15 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
|
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 | |
|
Registered User Currently Offline |
Posts: 3 Join Date: Oct 2005 |
|
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. |
|