23.3.3 Including or excluding autonumbers

By default, DITA2Go omits all autonumbers from XML output:

[HTMLOptions]
; UseAnums = Yes (HTML default, use unless list type)
;  or No (XML default)
UseAnums = No

To include autonumbers in XML output for selected paragraph formats:

[HTMLParaStyles]
; Anum includes autonumber, default omits it
ParaFmt = Anum

To exclude autonumbers from XML output only for selected paragraph formats:

[HTMLOptions]
UseAnums = Yes
[HTMLParaStyles]
; NoAnum excludes autonumber in non-list items, default keeps it
ParaFmt = NoAnum

See also:

§30.4 Assigning properties to text formats.

Previous Topic:  23.3.2 Eliminating HTML attributes and tags for generic XML

Next Topic:  23.4 Configuring links for generic XML

Parent Topic:  23.3 Providing XML tags and structure

Sibling Topics:

23.3.1 Deriving XML tags from format and class names

23.3.2 Eliminating HTML attributes and tags for generic XML