WebMetaData Element

Author-it XML Format

Description

Shows a list of meta data for this HTML page. Each entry will create a <META> tag, which is used to convey meta-information about the document.

Choose the Add button to add a new entry, or the Remove button to delete the selected entry.

The WebMetaData element corresponds to the "Meta Data" list, on the Meta Data sub-tab, on the HTML tab of the Media object.

Attributes

None

Parent Element

Media

Children

Name

Occurs

MetaDataItem

Zero to many

Sample XML

<WebMetaData>
<MetaDataItem>
<Name>author</Name>
<Content>Joe Bloggs</Content>
</MetaDataItem>
</WebMetaData>