$v:bridgehead-map
$v:bridgehead-map — Maps bridgehead
renderas
values.
Variable:
{http://docbook.org/ns/docbook/variables}bridgehead-map
Defined in:
modules/sections.xsl
Used in:
modules/sections.xsl
Synopsis
|<xsl:variable name="v:bridgehead-map"
| as="map(*)">
| <xsl:map>
| <xsl:map-entry key="'sect1'" select="'h2'"/>
| <xsl:map-entry key="'sect2'" select="'h3'"/>
| <xsl:map-entry key="'sect3'" select="'h4'"/>
| <xsl:map-entry key="'sect4'" select="'h5'"/>
| <xsl:map-entry key="'sect5'" select="'h5'"/>
| <xsl:map-entry key="'sect6'" select="'h5'"/>
| <xsl:map-entry key="'block'" select="'div'"/>
| </xsl:map>
|</xsl:variable>
Description
The bridgehead
element allows the author to insert a
heading without regard to the logical structure of the document. This
variable controls how the values provided in the renderas
attribute
map to HTML. If there is no mapping for the specified rendering, it is
rendered as a div
.