
|
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 examples010_011 ChildrenNone Attributesname, value Style PropertiesNone nameThe name attribute specifies an arbitrary value that is user defined to aid in document identification and tracking. valueThe value attribute specifies the data to associate with the name key. |