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,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to