fo:list-item-label (it contains the label for the list-item
like number, character, etc.)
fo:list-item-body (contains the body of the list-item -
typically one or more <fo:block> objects)
provisional-distance-between-starts
provisional-label-separation
start-indent for list-item-label
start-indent for list-item-body
end-indent for list-item-label
end-indent for list-item-body
Example:
Now, create an XSLT template to handle an ordered list.Set the
start indent of the list item label, and leave the rest up to FOP. By using the
relative em spacing, lists will give reasonable spacing with any size font.