xsl-fo Flashcards
XSL FO stands for
Extensible Stylesheet Language Formatting Objects
XSL FO is a language for ____ XML objects
formatting
XSLT is a language for ___ XML objects
transforming
XPath is a language for ___ XML objects
navigating
extensions for xsl-fo files
.fo | .fob | .xml
what do xsl-fo files contain, and what do they do with that information?
they contain information to arrange xml objects in an output format.
The full xsl-fo document is stored within the ___ element
root |
what is used for?
it stores the layout of pages in the entire document
is used for?
it contains the template for one page in the document
is used for?
content of the page in simple-page-master
master-name belongs to which tag, and what is it used for
it belongs to tag | is used to give a name to refer to that page
master-reference belongs to which tag, and what is it used for
it belongs to tag | is used to declare which page the contents have to go to.
Name five areas of an output document
- Pages
- Regions
- Line Areas
- Inline Areas
- Block Areas
Pages contains ___
Regions
Regions contains ___
Block Areas
Block Areas contain ___
more block areas OR line areas
Line areas define ____ and contain ____
text in areas | Inline areas
Inline Areas define ____
text in Line areas
Arrange in order of hierarchy: Flow, Block, page-sequence, content
page-sequence CONTAINS flow CONTAINS block CONTAINS content
what are the two page dimension attributes
page-width
page-height
what are the margin attributes of a page
margin margin-top margin-bottom margin-left margin-right