[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Accepting articles and bookmarks
* Teo Hui Ming <teohuiming.work@xxxxxxxxx> [2007-06-08 08:00]:
> How about using a <categories> with a predefined term/tag:
>
> <collection href="/blog">
> <categories>
> <category term="sys:entry" />
> </categories>
> </collection>
> <collection href="/bookmarks">
> <categories>
> <category term="sys:bookmark" />
> </categories>
> </collection>
Yuck. Please use @scheme, that’s what it’s there for.
<collection href="/bookmarks">
<categories>
<a:category scheme="http://example.org/system/type" term="bookmark" />
</categories>
</collection>
Regards,
--
Aristotle Pagaltzis // <http://plasmasturm.org/>