XSL Formatter Q&A
Basic, GeneralWhat is XSL-FO? |
|
| Q. | What is Formatting objects (FO)? [No.2002011509] |
|---|---|
| A. |
Formatting objects are XML elements that have the semantics of layout designation. This is a sample of a formatting object. <fo:block font-size="14pt" space-before="0.5em" space-before.precedence="1" space-after="0.5em" keep-with-next.within-page="always" keep-with-next.within-column="always" start-indent="10mm" end-indent="10mm" id="IDwfmY1"> Text string of title content of fo:block element </fo:block> |