1
This is a sample text written in MTSS (Manuscript
2
Transcription Simple Syntax), a simple language that
3
can be automatically translated into TEI.||Sentences can be
4
terminated with double pipes.||Line breaks are simply
5
defined by inserting
6
newline characters.||A word that's splitted by a line break
7
can be marked by using two curly braces, as in this {{exam
8
ple}}.||Abbreviated words can be annotated with the
9
corresponding expansion by using a combination of square
10
and round brackets: [abbr.](expansion).||
11
12
Play with this code to see how the TEI is updated.
<s class="sentence" n="s_01">
    <lb n="01"/>This is a sample text written in MTSS (Manuscript
    <lb n="02"/>Transcription Simple Syntax), a simple language that
    <lb n="03"/>can be automatically translated into TEI.
</s>
<s class="sentence" n="s_02">Sentences can be
    <lb n="04"/>terminated with double pipes.
</s>
<s class="sentence" n="s_03">Line breaks are simply
    <lb n="05"/>defined by inserting
    <lb n="06"/>newline characters.
</s>
<s class="sentence" n="s_04">A word that's splitted by a line break
    <lb n="07"/>can be marked by using two curly braces, as in this <w>exam
    <lb n="08"/>ple</w>.
</s>
<s class="sentence" n="s_05">Abbreviated words can be annotated with the
    <lb n="09"/>corresponding expansion by using a combination of square
    <lb n="10"/>and round brackets: <choice><abbr>abbr.</abbr><expan>expansion</expan></choice>.
</s>
<s class="sentence" n="s_06">
    <lb n="11"/>
    <lb n="12"/>Play with this code to see how the TEI is updated.
</s>