<div>Hi uF list,</div>
<div>&nbsp;</div>
<div>I'm writing a hCalendar parser and I'm using the content on <a href="http://microformats.org/wiki/hcalendar-examples">http://microformats.org/wiki/hcalendar-examples</a>&nbsp;as my baseline tests.&nbsp; </div>
<div>&nbsp;</div>
<div>My question may be caused by a lack of understanding of the 'microformats way' but I would like to know if there is a single way of representing the categories property of a hCalendar?</div>
<div>&nbsp;</div>
<div>The reason for my confusion is that the categories hCal properties is represented in 3 different ways...</div>
<div>&nbsp;</div>
<div>a) In &quot;4.6.1 Event Component&quot; (<a href="http://microformats.org/wiki/hcalendar-examples#4.6.1_Event_Component">http://microformats.org/wiki/hcalendar-examples#4.6.1_Event_Component</a>) you have:</div>
<div>&nbsp; &lt;ul&gt;<br>&nbsp;&nbsp;&nbsp; &lt;li class=&quot;category&quot;&gt;Business&lt;/li&gt;<br>&nbsp;&nbsp;&nbsp; &lt;li class=&quot;category&quot;&gt;Human Resources&lt;/li&gt;<br>&nbsp; &lt;/ul&gt;<br>&nbsp;</div>
<div>b) in &quot;Example 5: journal entry category&quot; (<a href="http://microformats.org/wiki/hcalendar-examples#Example_5:_journal_entry">http://microformats.org/wiki/hcalendar-examples#Example_5:_journal_entry</a>)&nbsp; there is
</div>
<div>&nbsp;&lt;ul class=&quot;category&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;li&gt;Project Report&lt;/li&gt;<br>&nbsp;&nbsp;&nbsp; &lt;li&gt;xyz&lt;/li&gt;<br>&nbsp;&nbsp;&nbsp; &lt;li&gt;Weekly Meeting&lt;/li&gt;<br>&nbsp;&lt;/ul&gt;<br>&nbsp;</div>
<div>c) and in &quot;5. iCalendar Object Examples, example 1&quot; (<a href="http://microformats.org/wiki/hcalendar-examples#5._iCalendar_Object_Examples">http://microformats.org/wiki/hcalendar-examples#5._iCalendar_Object_Examples
</a>) you have:</div>
<div>&nbsp; &lt;ul class=&quot;categories&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;li&gt;Conference&lt;/li&gt;<br>&nbsp; &lt;/ul&gt;</div>
<div>&nbsp;</div>
<div>a) is fine for me though it takes more work to convert 'category' to 'categories' for an ical</div>
<div>b) I think&nbsp;this is wrong since the ical property used is &quot;CATEGORY&quot; but the RFC says it should be &quot;CATEGORIES&quot;</div>
<div>c) this would be fine too, but both a) and c) are valid there are now lots of ways (ok, 2) to parse the XHTML.</div>
<div>&nbsp;</div>
<div>my preferred method of expressing categories would be as follows, but I don't know if this format is still in flux...</div>
<div>&nbsp; &lt;ul&gt;<br>&nbsp;&nbsp;&nbsp; &lt;li class=&quot;categories&quot;&gt;Business&lt;/li&gt;<br>&nbsp;&nbsp;&nbsp; &lt;li class=&quot;categories&quot;&gt;Human Resources&lt;/li&gt;<br>&nbsp; &lt;/ul&gt;</div>
<div>&nbsp;</div>
<div>So which is correct?&nbsp; Are they all correct and they all need to be understood?&nbsp; Some guidance would be appreciated.</div>
<div>&nbsp;</div>
<div>Also, what is the ettiqette for updating the uF wiki?&nbsp; Just get in there and go for it or pass it through a moderator?&nbsp; One of the examples needs to be updated because the XHTML is incorrect &quot;&lt;span class=&quot;rsvp&quot;&gt;TRUE&gt;&lt;/span&gt;&quot; - notice the text is &quot;TRUE&gt;&quot;
</div>
<div>&nbsp;</div>
<div>I'm looking forward to your replies (hopefully)</div>
<div>&nbsp;</div>
<div>Mark</div>
<div><br clear="all">&nbsp;</div>