26.3.5 Configuring footnotes for DocBook XML

Footnotes in DocBook require other than the default settings for some features:

[HTMLOptions]
; Footnotes = Jump (HTML default, at end), Embed (between []),
;  Inline (XML default), or None
Footnotes = Inline
; FootInlineParaTag = tag for beginning and ending inline footnote
;  paras
FootInlineParaTag = para
; FootInlineIDPrefix = start of ID attr for inline footnotes; rest
;  is sequential number starting with 1 at start of file.
FootInlineIDPrefix = foot
; UseFootXrefTag = No (HTML default) or Yes (XML default)
UseFootXrefTag = Yes
; FootInlineRefTag = tag for xrefs to inline footnotes, uses linkend
;  for href attribute, for DocBook
FootInlineXrefTag = footnoteref

See also:

§30.9 Converting footnotes to HTML or XML

Previous Topic:  26.3.4 Retaining empty paragraph tags in DocBook table cells

Next Topic:  26.4 Configuring DocBook elements

Parent Topic:  26.3 Specifying general options for DocBook

Sibling Topics:

26.3.1 Configuring entity information for DocBook XML

26.3.2 Configuring links for DocBook XML

26.3.3 Configuring tables for DocBook XML

26.3.4 Retaining empty paragraph tags in DocBook table cells