XML 
XSL 
XSLT  |
-
a language for transforming XML documents known as XSL Transformations (XSLT), and
-
an XML vocabulary for specifying formatting semantics.
|
XSL  formatting objects. formatting properties |
Formatting is enabled by including formatting semantics in the result tree. Formatting semantics are expressed in terms of a catalog of classes of formatting objects. The nodes of the result tree are formatting objects. The classes of formatting objects denote typographic abstractions such as page, paragraph, table, and so forth. Finer control over the presentation of these abstractions is provided by a set of formatting properties, such as those controlling indents, word- and letter-spacing, and widow, orphan, and hyphenation control. In XSL, the classes of formatting objects and formatting properties provide the vocabulary for expressing presentation intent.
|
|