Alias of <term> for creating terms for the 'category' taxonomy.
For example, writing:
<category>Example Category</category>
Is the same as writing:
<term taxonomy='category' >Example Category</term>
taxonomy : 'category'
<post>
<title>Hello, World!</title>
This is my first post!
<category>Category A</category>
<category>Category B</category>
</post>