Bugs item #1522653, was opened at 2006-07-14 12:19
Message generated for change (Comment added) made by sds
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=373747&aid=1522653&group_id=21935
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: XSL
Group: output: manpages
>Status: Closed
Resolution: Works For Me
Priority: 5
Submitted By: Sam Steingold (sds)
Assigned to: Michael(tm) Smith (xmldoc)
Summary: variablelist.term.break.after is ignored in manpages
Initial Comment:
in the current snapshot,
variablelist.term.break.after is ignored
in manpage output.
----------------------------------------------------------------------
>Comment By: Sam Steingold (sds)
Date: 2006-07-18 10:44
Message:
Logged In: YES
user_id=5735
my bad
sorry
----------------------------------------------------------------------
Comment By: Michael(tm) Smith (xmldoc)
Date: 2006-07-17 23:51
Message:
Logged In: YES
user_id=118135
Sam,
I checked out your latest cvs source and ran a build. With
variablelist.term.break.after=1, I get expected output for
clisp.1. See the attached file.
As far as I could see from your default build setup,
variablelist.term.break.after is not set in your default
build. It's set in common.xsl but not in man.xsl, and the
xsl:import for common.xsl is commented out in man.xsl. If I
uncomment that, it works as expected.
----------------------------------------------------------------------
Comment By: Sam Steingold (sds)
Date: 2006-07-17 14:00
Message:
Logged In: YES
user_id=5735
Mike, this is the same clisp man page generation process:
.SH "OPTIONS"
.PP
\fB\-h\fR, \fB\-\-help\fR
.RS 3n
Displays a help message on how to invoke
[6]\&\fI\fBCLISP\fR\fR.
.RE
common.xsl says:
<xsl:param name="variablelist.term.break.after" select="1"/>
<xsl:param name="variablelist.term.separator" select="''"/>
see http://sourceforge.net/cvs/?group_id=1355
----------------------------------------------------------------------
Comment By: Michael(tm) Smith (xmldoc)
Date: 2006-07-16 04:10
Message:
Logged In: YES
user_id=118135
Sam,
Please upload a test case if possible.
It's not being ignored in my environment with the test case
I ran it on. I just ran two tests, one with
variablelist.term.break.after set to 1 and the other with
it set to 0. I uploaded the results to the item as
attachments.
--Mike
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=373747&aid=1522653&group_id=21935
|