From ddaf8b2ad8b8241641d9406805319709e17b2f0d Mon Sep 17 00:00:00 2001
From: Kelly Campbell
The fo working draft allows describes two ways to markup lists.The list-block must have as - children either: 1) pairs of fo:list-item-label and fo:list-item-body formatting objects, or - 2) fo:list-item formatting objects.
-At the moment FOP only implements the second way. Therefore a list has a basic structure like this:
-<fo:list-block>
<fo:list-item>
<fo:list-item-label><fo:block></fo:block></fo:list-item-label>
<fo:list-item-body><fo:block></fo:block></fo:list-item-body>
</fo:list-item>
</fo:list-block>
Padding works in conjunction with indents and spaces. It is only implemented for blocks. At the moment padding can't be used to make extra space (indents+spaces -- cgit v1.2.3