TEI-Simple icon indicating copy to clipboard operation
TEI-Simple copied to clipboard

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) Guideli...

Results 10 TEI-Simple issues
Sort by recently updated
recently updated
newest added

Indented first lines in paras and other blocks are common in all early modern texts. The current simplePrint spec doesn't provide anything for this. I propose simple:indentFirst, or failing that,...

enhancement

to specify persistent and human/designer-friendly class names to be passed through to the output

currently `behaviour="note"` needs a label param explicitly specified in the ``, otherwise invalid output xslt is produced, should there be a default and, if so, what the default should be?

Hanging indents are not uncommon in Early Modern texts -- for instance, all the chapter headings in Dekker's Guls Horne-Booke are laid out with hanging indents: http://eebo.chadwyck.com/fetchimage?vid=5530&page=8&width=1200 I'd suggest simple:hanging...

The constraintSpec below is located in the classSpec which modifies att.global.rendition: ``` Error: Every local pointer in "" must point to an ID in this document () ``` However, `@corresp`...

xmllint --valid teisimple.dtd tests/testsimple2.xml # works fine xmllint --valid --relaxng teisimple.rng tests/testsimple2.xml # sits there like a pudding jing teisimple.rng tests/testsimple2.xml # works fine rnv teisimple.rnc tests/testsimple2.xml # works fine

It is [possible in HTML to specify @type for ``](http://www.w3.org/TR/html5/grouping-content.html#the-ol-element) to specify the numbering type, as follows: ``` html Test Test Test ``` I'm assuming that one would need to...

question

Unless I'm missing something obvious, this is subtly cruel.

Your expanded list of values in att.placement is very helpful: this was one of the things I found particularly unclear when I was starting out with TEI. One thing I...

There's no specification on how the `behaviour` attribute's value should parsed. How should strings, URIs and XPath expressions should be quoted.