This is a sample text written in MTSS (Manuscript
Transcription Simple Syntax), a simple language that
can be automatically translated into TEI.||Sentences can be
terminated with double pipes.||Line breaks are simply
defined by inserting
newline characters.||A word that's splitted by a line break
can be marked by using two curly braces, as in this {{exam
ple}}.||Abbreviated words can be annotated with the
corresponding expansion by using a combination of square
and round brackets: [abbr.](expansion).||
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>