Structuring within an Article
Titles of articles or article groups are in each case reproduced in the <head>
element of the <div>
element. (Cf. chapter: Text Division at Chapter Level.)
Information on the author, location and date at the beginning of an article is treated as a title of the article and reproduced in the <head>
element. The author information or his correspondence mark is in the <bibl>
element, which receives the subelement <author>
. The location and date are specified in the <dateline>
element.
<div type="jArticle"> <head> <bibl> <author>[author name or correspondence mark]</author> </bibl> <dateline>[place, date]</dateline> </head> </div>
Stehen die Angaben zum Autor, Ort und Datum am Artikelende, so werden sie am Ort
ihres Auftretens mittels <bibl>/<author> bzw. <dateline> wiedergegeben. If the information on the author, place and date is at the end of the article, it will be reproduced at the place of its appearance by <bibl>/<author>
or <dateline>
.
<div type="jArticle"> <p>[article text]</p> <bibl> <author>[author name or correspondence mark]</author> </bibl> <dateline>[place, date]</dateline> </div>
The text entry is done page-by-page, in doing so the text of a page is captured from the upper left corner of the page article-wise. Each article receives an attribute @xml:id
, which is used to assign a unique ID.