Next in thread → Next in month →

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

From
Norman Walsh <>
Date
2000-07-20T20:12:43+00:00
ID
Thread
Re: how to customize XSL stylesheets (was Re: DOCBOOK-APPS: Re: [Fwd:[Fwd: First Open Source DocumentationSummit at the O'Reilly Open SourceConvention]])
/ Jon Willeke <> 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 <>      | 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
Next in thread → Next in month →