re:meta

The re:meta element stores a single key, value pair, of information that describes the document in a way that has meaning to the user. Values could be author, creation date, time stamp, department, contact details etc...

XML Tag

<re:meta name='' value=''/>

DTD

<!ENTITY % name "name       CDATA  #REQUIRED">
<!ENTITY % value "value      CDATA  #REQUIRED">
<!ELEMENT re:meta EMPTY>
       <!ATTLIST re:meta %name; %value; >

Reference examples

010_011

Children

None

Attributes

name, value

Style Properties

None

name

The name attribute specifies an arbitrary value that is user defined to aid in document identification and tracking.

value

The value attribute specifies the data to associate with the name key.