Changes between Version 17 and Version 18 of echo-schema


Ignore:
Timestamp:
Feb 22, 2011, 2:18:37 PM (14 years ago)
Author:
Wolfgang Schmidle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • echo-schema

    v17 v18  
    223223=== echo-content
    224224
     225Most elements in this module have no counterpart in the Specs and will be added in the post-processing stage.
     226
     227==== <emph>
     228
     229<emph> for emphasis (should be used only when something is not tagged otherwise)
     230
    225231The tags `_ _` (for italics), `<bf>`, `<sc>`, `<_>`, `<^>`, `<ul>`, `<ol>`, `<st>`, `<red>`, `<sp>` in the Specs are normally represented by <emph style="...">. The tags can be combined, e.g. <emph style="it bf"> for bold italics. For a whole <s> or <p>, the style attribute is there (or even higher in the hierarchy).
    226232
    227 Conversely, most elements in this module have no counterpart in the Specs and will be added in the post-processing stage.
     233==== <reg>
    228234
    229235Only the original text is regularized using echo.reg; typing conventions and additional typos in the transcription are silently resolved.
     
    233239 * `\'q`  --> q + combining diacritic (U+0300 etc.) and normalization form C, for example q̀
    234240 * ...
    235 
    236 ==== <reg>
    237241
    238242examples:
     
    257261}}}
    258262note:
    259   * the default type is "simple", e.g. <reg orig="sphęrae">sphaerae</reg> (Beispiel veraltet!)
    260   * the first exampe ijs applies only if ij is not silently resolved
     263  * the default type is "simple", e.g. <reg orig="sphęrae">sphaerae</reg> (Beispiel veraltet!) Beachte: der type kann zurzeit nicht weggelassen werden, und das ist auch gut so, falls man nämlich die <reg> automatisiert nachbearbeiten muss.
     264  * the first exampe ijs applies only if `ij` is not silently resolved
    261265  * missing hyphens are indicated by a soft hyphen "­" rather than <reg>; however, you may use "conjecture" in non-trivial cases
    262266  * the generic "abbr" may be used for any abbreviation
    263267  * abbreviations are not resolved within <ref>, e.g.  ex <ref id="N400238">.19. lib. quinti Eu-<lb/>clid.</ref> (wirklich?)
    264268
    265 
    266269=== echo-content-scholarly
    267270
     271 * <ref>
     272 * <sic> for mistakes in the original text:
     273  * o<!>  -->  o<de:wrong/>  -->  <sic comment="n missing">o</sic> (see the discussion in echo-de)
     274 * <foreign>: Foreign text is not marked in the transcription, i.e. <foreign> cannot be inserted automatedly without additional linguistic knowledge.
     275  * Exception: <rom>sentence</rom> --> <foreign xml:lang="la">sentence</foreign> with language "la" as a first guess, and similarly in Chinese text.
     276  * (echo.foreign has echo.core.attrib, but echo.language.attrib is obligatory)
     277 * Quotations:
     278  * <q> is for short inline quotes. Note that echo.delimiter-attrib is optional; however, please use it if possible
     279  * <quote> (echo.quote) for longer inline quotes (one-sentence quote are <quote><s>Sentence.</s></quote> and not <s><q>Sentence.</q></s>)
     280  *  <quote> (echo.blockquote) for blockquotes
     281
    268282
    269283