[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: Draft watermark not working. No specific customization.
/ "Keith Fahlgren" <abdelazer@gmail.com> was heard to say:
| On Sat, Mar 8, 2008 at 4:25 AM, spr <spremi@yahoo.com> wrote:
|> I have a very basic customization - only to set the draft.mode to "yes"
|> (see attached).
| ...
| <xsl:param name="draft.mode" select="yes"/>
Almost all of the "boolean" parameters in the XSLT stylesheets use "0"
and "1" for false and true, respectively. As bob explained later in
the thread, select="yes" matches <yes> elements in no namespace and,
in DocBook at least, there aren't any.
How $draft.mode slipped through expecting the values 'no' or 'yes' is
beyond me. Bleh. Probably ought to fix that.
Be seeing you,
norm
--
Norman Walsh <ndw@nwalsh.com> | It is as bad as you think. And
http://www.oasis-open.org/docbook/ | they are out to get you.
Chair, DocBook Technical Committee |
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]