Dear all, we had an efficient Stylesheets meeting today and tackled issue #375 which I think we fixed. (NB, the Stylesheets were not flagged as broken but the issue only surfaced in the subsequent Guidelines builds.) Yet, the Guidelines build is still broken due to another issue with the exemplars (I believe) we introduced in [1]. The tei_simplePrint.odd does feature multiple <elementSpec> with the same @ident and relies on the ODD processing to resolve these properly. But it seems the ODD processing now(?) duplicates some of the information, leading to the error message "reference to undefined pattern „att.global.rendition.attribute.rendition““. [2] In fact, the schema it complains about has two of those attribute references: ``` <define name="att.global.rendition.attributes"> <ref name="att.global.rendition.attribute.rendition"/> <ref name="att.global.rendition.attribute.rendition"/> </define> ``` That’s how far I got with debugging today … Best Peter [1] https://github.com/TEIC/Stylesheets/commit/fcd21ce1542dc8429423e99024d1bc6af... [2] https://jenkins.tei-c.org/view/TEI%20dev/job/TEIP5-dev/lastFailedBuild/parse...