
|
A
re:line
elements position has an order of presidents for both its start and its end. A
re:line
element still has the basic
LAYER_POSITION
constants but also has specific start locations:
XML Tag<re:line class='' style='' /> DTD
<!ENTITY % class "class CDATA #IMPLIED">
<!ENTITY % style "style CDATA #IMPLIED">
<!ELEMENT re:line EMPTY>
<!ATTLIST re:line %class; %style; >
Reference Examplesxxxxxxxxxxxxxxxxxxxxxxxxx ChildrenNone Attributesclass, style Style PropertiesclassThe class attribute specifies a named_reference to the style sheet that should be applied to the element. Only one style can be called and applied to one element. styleA style attribute specifies a collection of properties for inline styling. This can be used in combination with a class attribute so that a style sheet can be called but some of the properties (of the style sheet) are over-ridden. |