On 9/6/06 8:33 AM, "James M Snell" <[EMAIL PROTECTED]> wrote:
> wrt the exclusive attribute, some blogging systems only allow one > category per entry. > > <app:categories fixed="yes"> > <app:scheme > ref="http://myblog.example.net/categories" > fixed="yes" exclusive="yes"> and presumably only from that one specified scheme? would this be ambiguous: <app:categories fixed="yes"> <app:scheme ref="http://myblog.example.net/categories" fixed="yes" exclusive="yes"> ... </app:scheme> <app:scheme ref="http://myblog.example.net/categories2" fixed="yes" exclusive="yes"> ... </app:scheme> </app:categories> btw, what does the @fixed on app:categories mean? Is it referring to a fixed set of categories, or a fixed set of schemes? Or is it obsoleted by app:[EMAIL PROTECTED] e.
