
|
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 examplesChildrenAttributesname, parrent Style PropertiesNone nameThe 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). parentThe 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. |