f:global-syntax-highlighter
f:global-syntax-highlighter — Returns the global syntax highlighter.
Function:
{http://docbook.org/ns/docbook/functions}global-syntax-highlighter#1
Defined in:
modules/functions.xsl
Used in:
main.xsl, modules/chunk-cleanup.xsl
Since:
2.5.0
Synopsis
f:global-syntax-highlighter( | $context as node()) as xs:string |
Description
The global syntax highlighter is usually specified with the
$verbatim-syntax-highlighter
parameter. However, mostly as an aid to
testing, you can also use the
db
processing instruction
syntax-highlighter
pseudo-attribute in the root element.
This will override the default highlighter for the specific document.