/ "Keith Fahlgren" <[EMAIL PROTECTED]> was heard to say:
| On Sat, Mar 8, 2008 at 4:25 AM, spr <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>      | It is as bad as you think. And
http://www.oasis-open.org/docbook/ | they are out to get you.
Chair, DocBook Technical Committee |

Attachment: pgpqTsJEybQeB.pgp
Description: PGP signature

Attachment: pgpI9cjKw59Nf.pgp
Description: PGP signature

Reply via email to