f:verbatim-trim-leading
f:verbatim-trim-leading — Return true if leading blank lines should be trimmed.
Function:
{http://docbook.org/ns/docbook/functions}verbatim-trim-leading#1
Defined in:
modules/verbatim.xsl
Used in:
modules/verbatim.xsl
Synopsis
f:verbatim-trim-leading( | $context as element()) as xs:boolean |
Description
This function examines a verbatim environment, the $context
,
and returns true if leading blank lines should be trimmed from it.
A db
processing instruction with a
verbatim-trim-leading
pseudo-attribute may be used to override the
$verbatim-trim-leading-blank-lines
parameter on a
case-by-case basis.