re:content

The re:content element groups all render-able elements. This element must contain at least one re:page, but can contain more pages of varying size for outputting. The content sections children will usually reference data from re:colors, re:styles and re:masterpages.

XML Tag

<re:content>
       ...
</re:content>

DTD

<!ENTITY % style "style      CDATA #IMPLIED">
<!ENTITY % class "class      CDATA #IMPLIED">
<!ELEMENT re:content (re:page+) >
    <!ATTLIST re:content %class; %style; >

Reference examples

010_010 , 010_010 , 010_015 , 020_015 , 030_010

Children

re:page

Attributes

class, style

Style Properties

None

class

The 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.

style

A 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.