[uf-discuss] Tentative proposal for "What's New" listings
Andy Mabbett
andy at pigsonthewing.org.uk
Wed Sep 27 16:15:34 PDT 2006
In message
<6991f8e00609261306j550d40ecta5ca1009e5f36fe6 at mail.gmail.com>, Stephen
Paul Weber <singpolyma at gmail.com> writes
>This is a converter
I've got some bad news...
I've been using this hAtom markup:
<li class="hentry" id="D2006-09-20">
<abbr class="updated entry-title"
title="2006-09-20">20th</abbr>:
<span class="entry-content">[text]</span>
</li>
I just tried:
<li class="hentry" id="D2006-09-20">
<span class="entry-content">
<abbr class="updated entry-title"
title="2006-09-20">20th</abbr>:
[text]</span>
</li>
instead, at:
<http://www.westmidlandbirdclub.com/ladywalk/latestATOMTEST.htm>
but you're rendering it thus:
<title>20th: [text]</title>
<pubDate>Wed, 20 Sep 2006 00:00:00 +0000</pubDate>
<description>
<abbr class="updated entry-title"
title="2006-09-20">20th</abbr>
</description>
where I would expect:
<title>20th:</title>
<pubDate>Wed, 20 Sep 2006 00:00:00 +0000</pubDate>
<description>
20th: [text]</b>.
</description>
(other issues not withstanding)
--
Andy Mabbett
Say "NO!" to compulsory ID Cards: <http://www.no2id.net/>
Free Our Data: <http://www.freeourdata.org.uk>
More information about the microformats-discuss
mailing list