My files in the cts-croala repository pass the local hooktest validation without errors. However, when trying to build with Travis CI, HookTest has problems with documents which contain a TEI group element. For example:
group is a useful solution for texts consisting of other texts. It would be good that hooktest takes it into account when testing tei files. The structure is:
</teiHeader>
<text xml:base="urn:cts:croala:baric01.croala1506566.croala-lat1:" xml:lang="lat">
<front xml:lang="lat" n="front1">
<docTitle n="docTitle1">
<titlePart n="titlePart1">Epistolae res aetate mea gestas illustrantes, a diversis ad me, ad diversos a me scriptae
non servata accuratione chronologica. Insuper miscellanea quaedam alia eodem pertinentia 1787.
collecta</titlePart>
</docTitle>
<docAuthor n="docAuthor2">Adam Alojzije Baričević</docAuthor>
</front>
<group xml:lang="lat" n="group2">
<milestone unit="page" n="milestone1"/>
<text n="text2" type="epistula" corresp="#baricevicskrlec17801101">
<body xml:lang="lat" n="body1">
<div n="div1" type="prosa-epistula" corresp="#baricevicskrlec17801101">
<head n="head1">1. <add n="add1">4r-4v</add>
... etc
My files in the cts-croala repository pass the local hooktest validation without errors. However, when trying to build with Travis CI, HookTest has problems with documents which contain a TEI group element. For example:
group
is a useful solution for texts consisting of other texts. It would be good that hooktest takes it into account when testing tei files. The structure is: