Jump to content

XMDP

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Apocheir (talk | contribs) at 20:35, 24 February 2024 (Added {{No footnotes}} tag). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

XHTML Meta Data Profiles (XMDP) is a format for defining metadata 'profiles' or formats in a machine-readable fashion, while also enabling people to see a description of the definition visually in a web browser. XMDP definitions are expressed in XHTML (or possibly HTML). Examples of applications that use XMDP include XFN and hCard.

Example

[edit]
<dl class="profile">
  <dt id="title">title</dt>
  <dd>The name given to a piece of work.</dd>
</dl>

To apply, use the profile attribute in the head element of your document:

<head profile="URL">

Where URL denotes the full address of your XMDP profile resource.

See also

[edit]
[edit]