Hello,
Excerpt quoted from section 4.2.2 of urn:ietf:rfc:4287
(avaible in http://www.ietf.org/rfc/rfc4287.txt )
> 4.2.2. The "atom:category" Element
>
> The "atom:category" element conveys information about a category
> associated with an entry or feed. This specification assigns no
> meaning to the content (if any) of this element.
>
> atomCategory =
> element atom:category {
> atomCommonAttributes,
> attribute term { text },
> attribute scheme { atomUri }?,
> attribute label { text }?,
> undefinedContent
> }
>
The section 4.2.2 does not indicate how to indicate the uri/iri
of the atom:category, or an/one uri/iri where i can find info about the
atom:category or more detailled than le label attribut, possibly html content
with html link to other entry with/of this category, by example
"http://www.tbray.org/ongoing/What/Technology/Web/" .
Some feed that i have read use the two attributes atom:scheme and
atom:term in the way that, if you catenate the two, you obtain the uri/iri
of the category (by example
"<category scheme='http://www.tbray.org/ongoing/What/' term='Technology/Web' />"
in http://www.tbray.org/ongoing/ongoing.atom .
But the spec (rfc 4287 section 4.2.2) does not give an uri or href attribute
wich explicitly contain the uri of the category, neither it (the spec)
say that in concatenate the two attributes scheme and term you
can go to the uri and that feed generator/editor must ensure that the string
scheme + term is a valid uri and is the rui of the uri of the category.
Could you explain if there is a standardized way to fin the uri of the
category,
an give piece of information about mandatory feature of sheme and term ?
Is concatenation(shme, term) a wrong/good/allowed/mandatory method ?
If it is a forbiden method, will you add an atom:href or atom:uri attribute
to the atom:category element ?