[Previous] [Contents] [Next]


Element Selection


Each formatting specification consists of a selection rule followed by a construction rule.

A selection rule consists of the keyword element and either the name of the element to which the construction rule is to be applied or a clause to select the correct element. The selection syntax is quite simple:

Element PARA simply selects every PARA element
element (SECTION TITLE) only selects TITLE elements that are inside SECTION elements

[Previous] [Contents] [Next]