<kwd-group>¶
Mandatory attribute:
@xml:lang
Appears in |
Frequency |
|---|---|
Zero or more times |
Identifies the group of article keywords by language. It must contain the attribute @xml:lang. <kwd-group>, and it must have at least one element <kwd> inside <kwd-group>.
Note
The element <title> is not mandatory, but as best practice, the Érudit PS suggests it should be available.
Note
To simplify the usage, the elements <nested-kwd> and <compound-kwd> are not allowed inside <kwd-group>.
...
<article-meta>
...
<kwd-group xml:lang="fr">
<title>Mots-clés</title>
<kwd>francophonie minoritaire canadienne</kwd>
<kwd>qualité de la langue</kwd>
<kwd>jeunesse</kwd>
<kwd>nationalisme linguistique</kwd>
<kwd>idéologie linguistique</kwd>
</kwd-group>
...
</article-meta>
...