
io.github.oliviercailloux.docbook.params.section.level2.properties.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docbook Show documentation
Show all versions of docbook Show documentation
The last version of the DocBook XSLT 1.0 Stylesheets
The newest version!
section.level2.properties
attribute set
section.level2.properties
Properties for level-2 sections
Description
The properties that apply to the containing
block of a level-2 section, and therefore apply to
the whole section. This includes sect2
elements and section elements at level 2.
For example, you could start each level-2 section on
a new page by using:
<xsl:attribute-set name="section.level2.properties">
<xsl:attribute name="break-before">page</xsl:attribute>
</xsl:attribute-set>
This attribute set inherits attributes from the
general section.properties attribute set.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy