Incorrect <ages>kids/mteen</ages>?

IZh

Member
Joined
Dec 7, 2005
Messages
28
Hello!

When I run "fgrep '<ages>' kt-content.rdf | sort | uniq -c" command to see what kind of <ages> can be and how many resources are per age, I have found this:
Code:
5814   <ages>kids</ages>
32   <ages>kids/mteen</ages>
5819   <ages>kids/teen</ages>
7909   <ages>kids/teen/mteen</ages>
1813   <ages>mteen</ages>
1793   <ages>teen</ages>
9412   <ages>teen/mteen</ages>

It seems that <ages>kids/mteen</ages> is incorrect because if teens are elder than kids and mteens are elder than teens, then how can be that resource suitable for both kids and mteens but not for teens? ;)
I think that <ages>kids/mteen</ages> should be changed for that resources to <ages>kids/teen/mteen</ages>.

Statistics proves me. ;)

Thanks.
 
This site has been archived and is no longer accepting new content.
Top