Changes between Version 17 and Version 18 of echo-schema
- Timestamp:
- Feb 22, 2011, 2:18:37 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
echo-schema
v17 v18 223 223 === echo-content 224 224 225 Most 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 225 231 The 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). 226 232 227 Conversely, most elements in this module have no counterpart in the Specs and will be added in the post-processing stage. 233 ==== <reg> 228 234 229 235 Only the original text is regularized using echo.reg; typing conventions and additional typos in the transcription are silently resolved. … … 233 239 * `\'q` --> q + combining diacritic (U+0300 etc.) and normalization form C, for example q̀ 234 240 * ... 235 236 ==== <reg>237 241 238 242 examples: … … 257 261 }}} 258 262 note: 259 * the default type is "simple", e.g. <reg orig="sphęrae">sphaerae</reg> (Beispiel veraltet!) 260 * the first exampe ijs applies only if ijis not silently resolved263 * 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 261 265 * missing hyphens are indicated by a soft hyphen "" rather than <reg>; however, you may use "conjecture" in non-trivial cases 262 266 * the generic "abbr" may be used for any abbreviation 263 267 * abbreviations are not resolved within <ref>, e.g. ex <ref id="N400238">.19. lib. quinti Eu-<lb/>clid.</ref> (wirklich?) 264 268 265 266 269 === echo-content-scholarly 267 270 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 268 282 269 283