<article-title>¶
| Appears in | Frequency | 
|---|---|
| Once | |
| zero or one time | 
Used in <title-group> to identify the title of the article, or to specify the title of a document appearing in the references in <element-citation>.
- In <title-group>, the attribute - @xml:langshould be used. Even it is not mandatory, it is an Érudit PS recomendation.
- In <element-citation> the attribute - @xml:langshould not be used.
Examples:
Example of <article-title> in <article-meta>:¶
...
<article-meta>
  ...
  <title-group>
      <article-title xml:lang="fr">De la préservation linguistique et nationale</article-title>
      <sub-title xml:lang="fr">la qualité de la langue de la jeunesse acadienne, un débat linguistique idéologique</sub-title>
  </title-group>
  ...
</article-meta>
...
Example of <article-title> in <element-citation>:¶
...
<element-citation publication-type="journal">
     ...
   <article-title>La langue française dans sa diversité.</article-title>
     ...
</element-citation>
...