Numbered headings
A numbered heading is a <heading>
element in PSML or PageSeeder Standard XML which will be preceded by an automatically generated number when published.
User interface
In the user interface, a numbered heading will appear with one or more 'x' separated by dots, so that the user knows that a number will precede the heading. The number of xes varies depending on the heading level.
Source data
In PageSeeder PSML, a numbered heading will be marked up using the @numbered
attribute.
For example, in PSML, a numbered heading level 1 will be marked up as:
<heading level="1" numbered="true">My Chapter</heading>
Published data and processing
Because the numbering will depending on other titles in the same document, or other documents if the content is transcluded, it is only resolved when the document is published or processed.
Created on , last edited on