[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Category URI's




Sorry, I wasn't clear, what I need is to associate a dereferenceable URI with a category without requiring the client to construct one (e.g. by combining the scheme+term. The approach Bill suggested should work for what I need. I still think an href attribute may be useful in the future but, we'll see.


Tim Bray wrote:
On Jan 9, 2006, at 1:12 PM, James M Snell wrote:

I'm in the process of going through a number of application scenarios with Atom and I'm coming up with a problem because I cannot associate a URI with a <category> element.

From my Atom feed:


<category scheme='http://www.tbray.org/ongoing/What/' term='Technology/XML' />

The scheme is identified by a URI. -Tim