Jump to content

XMDP: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m WikiCleaner 0.98 - Repairing link to disambiguation page - You can help!
removing stupid link
Line 1: Line 1:
'''XHTML Meta Data Profiles (XMDP)''' is a [[radio format|format]] for defining [[metadata]] formats through [[HTML|(X)HTML]] while enabling people to see it visually in a [[web browser]]. Applications that use XMDP include [[XHTML_Friends_Network|XFN]], [[hCard]], or any [[XML schema|schema]] or [[microformat]] that displays its definition through (X)HTML.
'''XHTML Meta Data Profiles (XMDP)''' is a format for defining [[metadata]] formats through [[HTML|(X)HTML]] while enabling people to see it visually in a [[web browser]]. Applications that use XMDP include [[XHTML_Friends_Network|XFN]], [[hCard]], or any [[XML schema|schema]] or [[microformat]] that displays its definition through (X)HTML.


== Example ==
== Example ==

Revision as of 10:07, 21 April 2010

XHTML Meta Data Profiles (XMDP) is a format for defining metadata formats through (X)HTML while enabling people to see it visually in a web browser. Applications that use XMDP include XFN, hCard, or any schema or microformat that displays its definition through (X)HTML.

Example

<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