Yeah, that would work. However, whether or not to interpret the term as a dereferenceable url still comes down to an implementation detail. e.g. Terms associated with xyz scheme should always be interpreted as dereferenceable URI's.

So i could say...

<category scheme="http://ibm.com/tag";
          term="http://example.org/mylist?tag=foo";
          label="foo" />

This should work for what I need.

Thanks for the responses.

- James

Bill de hÓra wrote:
Graham Parks wrote:
On 9 Jan 2006, at 9:33 pm, A. Pagaltzis wrote:

    <category
        scheme="http://.../tag";
        term="?tag=foo"
        label="foo"
    />


    <category
        term="http://example.org/cat/foo";
        label="foo"
    />


cheers
Bill



Reply via email to