Skip to content

Other Structure Elements

Arne Binder edited this page May 16, 2014 · 11 revisions

Editorial Elements

<supplied>

<p>te<supplied>x</supplied>t</p>

output:

<p class="dta-p">te<span class="dta-supplied">[x]</span>t</p>

<gap>

one lost page

<gap quantity="1" reason="lost" unit="pages"/>

output:

<span class="dta-gap">[verlorenes Material &#x2013; 1 Seite fehlt]</span>

@reason="fm insignificant", two pages missing

<gap quantity="2" reason="fm insignificant" unit="pages"/>

output:

<span class="dta-gap">[irrelevantes fremdsprachliches Material &#x2013; 2 Seiten fehlen]</span>

@reason="illegible insignificant lost", one line missing

<gap quantity="1" reason="illegible insignificant lost" unit="lines"/>

output:

<span class="dta-gap">[verlorenes irrelevantes unleserliches Material &#x2013; 1 Zeile fehlt]</span>

@reason="fm", two lines missing

<gap quantity="2" reason="fm" unit="lines"/>

output:

<span class="dta-gap">[fremdsprachliches Material &#x2013; 2 Zeilen fehlen]</span>

@reason="illegible", one word missing

<gap quantity="1" reason="illegible" unit="words"/>

output:

<span class="dta-gap">[unleserliches Material &#x2013; 1 Wort fehlt]</span>

@reason="fm", two words missing

<gap quantity="2" reason="fm" unit="words"/>

output:

<span class="dta-gap">[fremdsprachliches Material &#x2013; 2 Wörter fehlen]</span>

@reason="fm", one char missing

<gap quantity="1" reason="fm" unit="chars"/>

output:

<span class="dta-gap">[fremdsprachliches Material &#x2013; 1 Zeichen fehlt]</span>

one char missing (no reason)

<gap quantity="1" unit="chars"/>

output:

<span class="dta-gap">[1 Zeichen fehlt]</span>

@reason="fm" (no unit, no quantity)

<gap reason="fm"/>

output:

<span class="dta-gap">[fremdsprachliches Material]</span>

word(s) missing (no reason, no quantity)

<gap unit="words"/>

output:

<span class="dta-gap">[Wort fehlt]</span>

<choice>

regularized form and original spelling

<choice>
  <orig>orig</orig>
  <reg>reg</reg>        
</choice>

output:

<span title="Original: orig" class="dta-reg">reg</span>

abbreviation and expansion of the abbreviation

<choice>
    <expan>expan</expan>
    <abbr>abbr</abbr>        
</choice>

output:

<span title="expan" class="dta-abbr">abbr</span>

corrected form and reproduced, incorrect form

<choice>
    <sic>sic</sic>
    <corr>corr</corr>        
</choice>

output:

<span title="Schreibfehler: sic" class="dta-corr">corr</span>

corrected form (empty) and reproduced, incorrect form

<choice>
    <sic>sic</sic>
    <corr/>        
</choice>

output:

<span title="Schreibfehler: sic" class="dta-corr">[&#x2026;]</span>

Clone this wiki locally