You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abstract: This lesson (the first of two parts) teaches you the basics of using TEI-XML to encode texts.
27
+
abstract: This lesson teaches you the basics of using TEI-XML to encode texts, and demonstrates how to create a minimal TEI document. Part 2 of this lesson is forthcoming.
28
28
avatar_alt: Engraving of a labeled cross-section of soil
29
29
doi: 10.46430/phen0129
30
30
---
@@ -338,7 +338,7 @@ For its part, the `<body>` element can contain many other elements:
338
338
339
339
**Table 2. List of elements that can appear within `<body>`**
340
340
341
-
At first, all the possibilities may seem overwhelming. However, it is important to remember that a text is usually naturally divided into sections or parts. It is advisable, therefore, to use the element [`<div>`](https://perma.cc/X6FL-T3BW)for each of these sections, and to use the attribute `@type` or `@n` to distinguish different classes and their positions in the text (for example, `<div n=“3” type= “subsection”>…</div>`).
341
+
At first, all the possibilities may seem overwhelming. However, it is important to remember that a text is naturally divided into sections or parts. You can use the element [`<div>`](https://perma.cc/X6FL-T3BW)to delineate each of these sections, and the attribute `@type` or `@n` to distinguish different classes and their positions in the text (for example, `<div n=“3” type= “subsection”>…</div>`).
342
342
343
343
If your text is short and simple, you can use just one `<div>`. For example:
344
344
@@ -400,9 +400,10 @@ In conclusion, we can formulate the 'golden rule' of encoding: you should encode
400
400
## Conclusions
401
401
In this first part of the lesson, you have learned:
402
402
1. What it means to encode a text
403
-
2. What are XML and XML-TEI documents
403
+
2. How to navigate XML and XML-TEI documents
404
+
3. How to create a minimal TEI document
404
405
405
-
The second part of this lesson is not yet available in English, but is forthcoming. In the [Spanish original of part 2](/es/lecciones/introduccion-a-tei-2), however, you can explore two examples of encoded texts in greater detail.
406
+
This lesson is the first of two parts - the second part is not yet available in English, but is forthcoming. In the [Spanish original of Part 2](/es/lecciones/introduccion-a-tei-2), however, you can explore two examples of encoded texts in greater detail.
0 commit comments