Obj List Item Label
# XSL-FO list-item-label Object
[ XSL-FO Reference](#)
* * *
## Definition and Usage
The object contains the list-item label - in normal cases, a containing numbers, characters, etc.
The following four XSL-FO objects are used to create lists:
* fo:list-block (contains the entire list)
* fo:list-item (contains each item in the list)
* fo:list-item-label (contains the list-item label - in normal cases, a containing numbers, characters, etc.)
* fo:list-item-body (contains the list-item's content/body - typically one or more objects)
* * *
## Syntax
## Attributes
| Attribute |
| :--- |
| id |
| keep-together |
| role |
| source-document |
### Example 1
An XSL-FO list example:
*
Volvo
*
Saab
The above code will output:
* Volvo
* Saab
* * XSL-FO Reference](#)
YouTip