The first two sections of the configuration file tell the XSLT processor where to find the DocBook XSL style sheets (these are imported) and which parts of your documents should be marked with annotation anchors.
The most important element is the xsl:import
with its href
attribute, you tell the XSLT processor
the path to your DocBook XSL style sheet. You can choose chunked output
here if you want.
The other thing to be configured is the list of elements that
shall be annotatable. To change them, change the value of the
match
attribute, separating the tag names with a "|"
character: