TEIC / TEI-Simple

Legacy Repository: TEI SimplePrint now merged into TEI Repository. Originally TEI Simple aimed to define a new highly-constrained and prescriptive subset of the Text Encoding Initiative (TEI) Guidelines suited to the representation of early modern and modern books, a formally-defined set of processing model rules that enable web applications to easily present and analyze the encoded texts, mapping to other ontologies, and processes to describe the encoding status and richness of a TEI digital text.
50 stars 12 forks source link

There is no explaination of <rendition scope="before"> #6

Closed buckett closed 8 years ago

buckett commented 9 years ago

The <rendition> tag can have a scope attached to it, but there is no example of this.

tuurma commented 9 years ago
<elementSpec mode="change" ident="corr">
              <model predicate="parent::choice and count(parent::*/*) gt 1" behaviour="omit()">
                <desc>Omit, if handled in parent choice. </desc>
              </model>
              <model behaviour="inline(.)">
                <rendition scope="before">content: '[';</rendition>
                <rendition scope="after">content: ']';</rendition>
              </model>
       </elementSpec>

This example comes from: https://github.com/TEIC/TEI-Simple/blob/master/teisimple.odd

buckett commented 9 years ago

If the specification is designed to be used by people outside of the context of the general TEI specification it would be good to explain them. I know they are sort-of obvious but with specifications it never hurts to be explicit.

tuurma commented 9 years ago

Sure, thanks for looking into this, we are probably too much into this stuff to notice any more.

On 23 March 2015 at 13:47, Matthew Buckett notifications@github.com wrote:

If the specification is designed to be used by people outside of the context of the general TEI specification it would be good to explain them. I know they are sort-of obvious but with specifications it never hurts to be explicit.

— Reply to this email directly or view it on GitHub https://github.com/TEIC/TEI-Simple/issues/6#issuecomment-85002397.