SAA-SDT / EAS-TagLibraries

Tag Libraries for Encoded Archival Description Version 3 and Encoded Archival Context: Corporate Bodies, Persons, and Families
7 stars 5 forks source link

Values mentioned in Tag Library for @parallel are wrong #113

Closed kerstarno closed 3 months ago

kerstarno commented 1 year ago

Creator of issue

  1. Kerstin Arnold
  2. @kerstarno
  3. TS-EAS

The issue relates to

Reporting a bug

Suggested Solution

fordmadox commented 1 year ago

Oh yeah, it looks like the values for @coverage got added here by mistake.

As an aside: it would be great to break up the TEI file so that we can reference the line numbers more easily within GitHub (which would not only help with maintenance, but also with the review process). As it stands now, though, the file is too large for GitHub to render online / reference with a URL.

For reference: lines 2183-2185 should be:

               <div type="values">
                  <p>false, true</p>
               </div>
fordmadox commented 1 year ago

Good to note that there's no issue here, https://eadiva.com/physdescset/, though 😄

Maybe instead of breaking up the TEI file, it would be best just to derive the documentation from the schema for EAD4, rather than developing those separately.

alexduryee commented 1 year ago

@fordmadox the TEI for EAC used to be split up into one per element/attribute, but I don't recall why they were merged back together - ironically, it may have been for ease of maintenance at the time. Now that building the documents is automated, it may be worth revisiting splitting the files out again.

kerstarno commented 3 months ago

Closing this as it has been resolved.