Definitely kosher.  One thing that I use a fair bit in my work (some
of it at the XOXO Blog <http://blogxoxo.blogspot.com/>) is these two
'extender' methods that seem to be at least semi-standard on
microformats.org :

<dl>-lists:

<ol>
  <li> Item
     <dl>
        <dt>Extended Field 1</dt>
           <dd>Data</dd>
        <dt>Extended Field 2</dt>
           <dd>Data</dd>
     </dl>
  </li>
</ol>

<a> tags

<ol>
  <li><a href="URL" rel="REL-VAL" rev="REV-VAL" id="ID"
title="DATA">Item</a></li>
</ol>

On 11/12/06, Ryan Cannon <[EMAIL PROTECTED]> wrote:
Greetings list,

I've looked around for answers to this before, but haven't been able
to find
anything conclusive. With XOXO, what is the capacity for extra
markup? When
marking up structured documents, I usually end up with something like

<ol class="xoxo">
     <li><h1>Level 1</h1>
         <ol>
             <li><h2>Level 2</h2>
                 <ol>
                     <li><h3>Level 3</h3>
                         <div>Text...</div>
                     </li>
                     <li><h3>Level 3</h3>
                         <div>Text...</div>
                     </li>
                 </ol>
             </li>
             <li><h2>Level 2</h2>
                 <ol>
                     <li><h3>Level 3</h3>
                         <div>Text...</div>
                     </li>
                     <li><h3>Level 3</h3>
                         <div>Text...</div>
                     </li>
                 </ol>
             </li>
         </ol>
     </li>
</ol>

Is this kosher, or is XOXO strict about its content?
It seems to me that hresume lends itself very well to this kind of
markup.



--
Ryan

http://RyanCannon.com



_______________________________________________
microformats-discuss mailing list
[email protected]
http://microformats.org/mailman/listinfo/microformats-discuss




--
- Stephen Paul Weber, Amateur Writer
<http://www.awriterz.org>

MSN/GTalk/Jabber: [EMAIL PROTECTED]
ICQ/AIM: 103332966
BLOG: http://singpolyma-tech.blogspot.com/
_______________________________________________
microformats-discuss mailing list
[email protected]
http://microformats.org/mailman/listinfo/microformats-discuss

Reply via email to