XMDP
From Wikipedia, the free encyclopedia
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.
[edit] 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.