$v:debug
$v:debug — Debugging flags.
Variable:
{http://docbook.org/ns/docbook/variables}debug
Defined in:
modules/variable.xsl
Used in:
modules/variable.xsl, modules/titlepage.xsl, modules/objects.xsl, modules/chunk-cleanup.xsl, modules/chunk-output.xsl
Static:
Yes
Synopsis
$v:debug
as
xs:string*
:=
tokenize($debug, '[,\s]+') ! normalize-space(.)
Description
The $v:debug
variable contains a sequence of
debugging flags. These are derived from tokenizing the
$debug
parameter value.