XOXO Usage

An entry's content section should be a div wrapped XOXO definition list. The dt defines the term's key and the dd is it's value. The class attribute on the dt element is used to specify if the item is indexed, stored, and/or tokenized.

Example

<dl class=”xoxo”>
	<dt class=”indexed stored”>document_id</dt>
	<dd>56</dd>
	<dt class=”indexed stored tokenized”>title</dt>
	<dd>An example document</dd>
</dl>