$v:verbatim-space

$v:verbatim-space — The space character to use when padding verbatim lines.

Variable:
{http://docbook.org/ns/docbook/variables}verbatim-space
Defined in:
modules/variable.xsl
Used in:
modules/verbatim.xsl

Synopsis

  |<xsl:variable name="v:verbatim-space"
  |               as="node()">
  |   <xsl:value-of select="substring($verbatim-space || ' ', 1, 1)"/>
  |</xsl:variable>

Description

When a verbatim line has to be padded in order to get a callout to appear in the correct column, this character will be used as the padding character. For a discussion of verbatim elements and styles, see Section 4.3, Verbatim styles.

This character is usually constructed from the $verbatim-space parameter. Unlike the $verbatim-space, this variable must be a node not a string.