This makes sense but seems to assume using a scheme+term construction
for building a URI, which makes sense in practical impl terms but is not
codified in the standard. The scheme attribute is just an identifier.
There is currently no normative means of associating or constructing a
URI from a category element. Doing so should not be a requirement but
it should be an option.
A. Pagaltzis wrote:
Hi James,
* James M Snell <[EMAIL PROTECTED]> [2006-01-09 22:25]:
What I end up having to do is:
<category scheme="http://.../tag"
term="foo" />
<link rel="http://.../tag"
title='foo"
href=".../?tag=foo" />
you don’t spell your examples out sufficiently to decode them,
but what you want sounds to me like you should be doing this or
a variation thereof:
<category
scheme="http://.../tag"
term="?tag=foo"
label="foo"
/>
Regards,