Release 4.5.0 is codenamed ‘The Release of One’s Own’.
This release introduces new features and resolves a number of issues raised by the
TEI community. As always, the majority of these changes and corrections are a consequence
of feature requests or bugs reported by the TEI community using the GitHub tracking
system. A full list of the issues resolved in the course of this release cycle may
be found under the 4.5.0 milestone.
The following changes are particularly worth highlighting in this release:
New encoding features
- Sex and gender have been revised in the Guidelines (#2189, #2190), this includes
- The introduction of the new element gender specifying the gender identity of a person, persona, or character.
- The introduction of the new datatype teidata.gender defining the range of attribute values used to represent the gender of a person,
persona, or character.
- The revision of the discussion of traits and states in the subsection on Basic Principles.
- Documentation and guidance in various places of Chapter 13 Names, Dates, People, and Places.
- The revision of the elements sex, person, persona as well as the datatype teidata.sex.
- The Guidelines now allow for nested ab elements (#1856). The changes include
Changes to content models
Improvements of prose and examples
- A passage that incorrectly implied that figure is a member of the model.titlepagePart class has been re-written (#2228).
- The relationship between hand and handShift has been clarified (#2338).
- The outdated references to ISOCat have been updated in Chapter 9 Dictionaries, Chapter 18 Feature Structures, gram, and att.datcat. In the course of this the attributes datcat and valueDatcat have been removed from the
dcr:
namespace and are now native TEI attributes. Additionally, the targetDatcat attribute has been added to the attribute class att.datcat. This change is illustrated by examples in the sections mentioned.
- English glosses have been added to scriptDesc, transcriptionDesc, modelGrp, noteGrp, surfaceGrp, and att.declaring (PR #2308, PR #2302, PR #2293).
- A number of translations have been added, updated or improved (#2241, PR #2233, PR #2234, PR #2237, PR #2240, PR #2281, PR #2294, PR #2305, PR #2310, PR #2311, PR #2312, PR #2322, PR #2323, PR #2324, PR #2348).
- In addition, over a dozen typos, unclear expressions, and incorrect encodings have
been corrected (#2222, #2289, PR #2351).
Documentation
Housekeeping
- The datatypes teidata.pointer, teidata.namespace, and teidata.namespaceOrName have been restricted so that they do not allow any whitespace in a URI (#2185).
- Improvements of the TEI encoding of examples have been made (#2314, #2297).
- The elements charName and glyphName have been removed from the tei_simplePrint exemplar ODD to align with the changes made in the 4.4.0 release (#2283).
- Some constraints in tei_customization have been removed now that the elements dataSpec and macroSpec allow at most one content or valList element (#2318).
- Misleading documentation for the prefix attribute of the elementSpec element has been removed (#2319).
- The schematron definition for reporting unused rendition definitions in jTEI articles has been improved (#PR 2325).
- Constraints on dataFacet and restriction have been made explicit in the dataRef element (#2326.
- The datatype teidata.unboundedInt has been renamed to teidata.unboundedCount (#2327).
- Missing ISO references have been added to the bibliography (PR #2344).
- The references to the ISO 8601 standard named in the att.datable.iso and teidata.temporal.iso have been updated with the version number 2004 (PR #2250).
- Vestigal declarations of the RelaxNG namespace have been removed (PR #2353).
- The values of the datatype teidata.outputMeasure have been updated to the latest CSS3 Candidate Recommendation (PR #2354).
- Various minor (but helpful) improvements have been made to our internal build process
(#2267 and #551).
In addition, many improvements have been made to the XSLT stylesheets (which provide
processing of TEI ODD files for Roma and TEIGarage as well as other TEI conversions). The Stylesheets are maintained separately from
the Guidelines at https://github.com/TEIC/Stylesheets. A full list of the issues resolved in the course of this release cycle may be found
under the 7.54.0 milestone.
Highlights of this release include:
- The odds/odd2odd.xsl program now copies over the attributes of the children of content in order to retain attributes like preserveOrder declared on the source element (#241).
- An XSLT template has been added to common/common_core.xsl that prevents the content of the index element within the head element from being displayed in the table of contents (#382).
- A warning has been added to epub/epub_common.xsl and tools/makegraphicsanttask.xsl in case the xml:id a facs attribute refers to does not exist (#476).
- A bug in the processing of constraintSpec was fixed in odds/odd2odd.xsl by changing the XSL keys in which constraintSpec elements are looked up to use only the value of the ident attribute only; and, when processing elementSpec, dataSpec, macroSpec, or classSpec seeking all descendant constraintSpec elements, not just child constraintSpec elements (#541).
- The attribute
classpathref="classpath"
has been added to common/teianttasks.xml to allow the TEI Stylesheets to be called from external scripts that will submit
the classpath location (#544).
- The whitespace differences that have caused errors in RNC when running the tests were
prevented by adding
-bBw
switches to the diff
commands (#560).
- The issue with un-escaped hashes when transforming teitolatex has been fixed by applying
the template for text nodes and its
tei:escapeChars()
function to the computed link text of pointers which are processed in the xref mode
(#565).
- The examples of the show-all-examples pages have been appended with an indication
that the user is about to go into a different language version of the Guidelines (#571).