Xslfo Output
# XSL-FO Output
* * *
XSL-FO defines output inside the element.
* * *
## XSL-FO Pages, Flows, and Blocks
Content "blocks" "flow" into "pages," then are output to the media.
XSL-FO output is typically nested within elements, which are nested within elements, which are nested within elements:
* * *
## XSL-FO Example
Now let's look at a real XSL-FO example:
Hello
The output of the above code is as follows:
Hello
YouTip