fo:bookmark-tree
A list of access points within the document such as a table of contents, a list of figures or tables, etc. Each access point is represented by a bookmark.
Element information
Namespace: http://www.w3.org/1999/XSL/Format
Schema document: fo.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- fo:bookmark [1..*]Identifies an access point, by name, and specifies where that access point is within the current document or another external document. A given bookmark may be further subdivided into a sequence of (sub-)bookmarks to as many levels as the authors desire.
Attributes
None
Used in
- Anonymous type of element fo:root
Sample instance
<fo:bookmark-tree> <fo:bookmark> <fo:bookmark-title>Any text</fo:bookmark-title> <fo:bookmark> <fo:bookmark-title>Any text</fo:bookmark-title> <fo:bookmark>... </fo:bookmark> </fo:bookmark> </fo:bookmark> </fo:bookmark-tree>