This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: how to customize XSL stylesheets (was Re: Re: [Fwd:[Fwd: First Open Source DocumentationSummit at the O'Reilly Open SourceConvention]])


/ Jon Willeke <willeke@intersys.com> was heard to say:
|     <!-- *jcw, 6/6/00: suppress remarks -->
|     <xsl:variable name="show.comments" select="0"/>

FWIW, IMHO, this is better:

  <xsl:variable name="show.comments">0</xsl:variable>

Select semantics on expressions can lead to unexpected things.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com>      | We learn from experience that not
http://www.oasis-open.org/docbook/ | everything which is incredible is
Chair, DocBook Technical Committee | untrue.--Cardinal De Retz

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]