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] Problems with <userinput> inside <screen>


I'll bet your customization layer has <xsl:output indent="yes"> and you are
using Saxon.  Saxon adds the line breaks and indents.  Try setting the
indent to "no".

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Joachim Ziegler" <ziegler@mpi-sb.mpg.de>
To: <docbook-apps@lists.oasis-open.org>
Sent: Friday, March 03, 2006 6:53 AM
Subject: [docbook-apps] Problems with <userinput> inside <screen>


> Hello list,
>
> I've got the following markup:
>
> ----------------------------
> <screen>Computing sqrt(2).
> Enter desired decimal accuracy (#digits after the decimal point):
> <userinput>100</userinput>
> Reaching a binary accuracy of 334 digits (after the decimal point) will
> suffice.</screen>
> -----------------------------
>
> Note that there is no newline before the <userinput> start tag in my
markup.
>
> The XHTML I get by 1.69.0 is:
>
> ------------------------------
> <pre class="screen">Computing sqrt(2).
> Enter desired decimal accuracy (#digits after the decimal point):
> <strong class="userinput">
>                <code>10</code>
>             </strong>
> Reaching a binary accuracy of 34 digits (after the decimal point) will
> suffice.</pre>
> ------------------------------
>
> This not what I want because <userinput> is supposed to be formatted
> inline. On the screen it looks like
>
> ----------------------------------
> Computing sqrt(2).
> Enter desired decimal accuracy (#digits after the decimal point):
>                10
>
> Reaching a binary accuracy of 34 digits (after the decimal point) will
> suffice.
> -----------------------------------
>
> Note blank line after the "10".
>
> What am I doing wrong?
>
> Greetings,
> Joachim
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
>




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