re:style

The re:style element groups re:styleattribute's to make a single named style sheet.

XML Tag

<re:style name='' parent='' >
       ...
</re:style>

DTD

<!ENTITY % name "name       CDATA  #REQUIRED">
<!ELEMENT re:style    (re:styleattribute*)>
       <!ATTLIST re:style
               %name;
               parent CDATA #IMPLIED
       >

Reference examples

030_020 , 030_050 , 010_020

Children

re:styleattribute

Attributes

name, parrent

Style Properties

None

name

The name attribute specifies a named_reference for this group of re:styleattribute's that make up this single style sheet. The name value acts as a reference to this style sheet, which can be used by a parent (for inheritance) or class (for usage).

parent

The parent attribute specifies a named_reference that this style sheet should inherit its re:styleattribute's from.

NOTE In order to use a parent attribute the referenced style-sheet must already exist. You can't inherit from a style sheet unless it is further up in the styles order.