Menu

#118 Default value for make.year.ranges param is '1'

output: HTML
closed-wont-fix
XSL (122)
5
2004-11-23
2004-10-31
No

--- D:\phpdoc\xsl\docbook\html\param.xml.old Fri Oct
01 18:32:08 2004
+++ D:\\phpdoc\xsl\docbook\html\param.xml Sun Oct
31 23:31:50 2004
@@ -2174,7 +2174,7 @@
</refnamediv>

<refsynopsisdiv>
-<programlisting
id="make.year.ranges.frag">&lt;xsl:param
name="make.year.ranges"
select="0"&gt;&lt;/xsl:param&gt;</programlisting>
+<programlisting
id="make.year.ranges.frag">&lt;xsl:param
name="make.year.ranges"
select="1"&gt;&lt;/xsl:param&gt;</programlisting>
</refsynopsisdiv>

<refsect1><title>Description</title>

Discussion

  • Michael(tm) Smith

    • status: open --> closed
     
  • Michael(tm) Smith

    • milestone: --> output: HTML
    • assigned_to: nobody --> xmldoc
    • status: closed --> closed-wont-fix
     
  • Michael(tm) Smith

    Logged In: YES
    user_id=118135

    Anatoly,

    See this:

    http://sources.redhat.com/ml/docbook/2001-09/msg00093.html

    It is 0 by default by design. Are you saying it should be 1 by
    default? Why? Doing that would change existing behavior. Is
    there
    some compelling reason for doing that?

     
  • anatoly techtonik

    Logged In: YES
    user_id=669020

    Well, it was my mistake. I've compiled corrected
    documentation with <year>1997-2004</year> instead of old
    <year>.. <year>.. notation with disabled make.year.ranges
    and got the same result as with make.year.ranges

    Quite enough info to get wrong conclusion. =/ Next time I'll be
    more attentive before bothering others with bugrep. Sorry.

     
  • Michael(tm) Smith

    Logged In: YES
    user_id=118135

    Anatoly,

    No problem :) I was just a little confused

     

Log in to post a comment.