
|
The re:styleattribute element associates a single style property type with an appropriate value. XML Tag<re:styleattribute name='' value='' /> DTD
<!ENTITY % name "name CDATA #REQUIRED">
<!ENTITY % value "value CDATA #REQUIRED">
<!ELEMENT re:styleattribute EMPTY>
<!ATTLIST re:styleattribute %name; %value; >
Reference examplesChildrennone Attributesname, value Style PropertiesAll nameThe attribute name specifies one property to store in this style sheet definition. valueThe attribute value specifies an appropriate data type that is to be associated with the named property. |