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

"Technical" description of availability #57

Closed karinbredenberg closed 3 years ago

karinbredenberg commented 4 years ago

Creator of issue

  1. Karin Bredenberg, TS EAS co-chair

The issue relates to

Wanted change/feature

ailie-s commented 4 years ago

Draft example of usage for EAC-CPF Tag Library:

<head> <gi>nameEntry</gi> </head> <div type="fullName"> <p>Name Entry</p> </div> <div type="summary"> <p>An element containing a name entry for a corporate body, person, or family.</p> </div> <div type="mayContain"> <p>part (1..n), useDates (0..1)</p> </div> <div type="mayOccurWithin"> <p>identity, nameEntrySet</p> </div>

alexduryee commented 3 years ago

Just verifying - will this require any changes to the XSLT for TEI->HTML/PDF, or will this be strictly just content changes to the TEI?

ailie-s commented 3 years ago

If possible, this will require changes to the XSLT to handle the 'or' cases, eg:

date or dateRange or dateSet (0..1), descriptiveNote (0..1), placeName (0..n), reference (0..1), term (1..n)

I've been testing the HTML today - it is handling the availability for individual elements, but it's not working for the 'or' elements.

I'll have draft of the v2.0 tag library - with the availability information - in GitHub in the next day or so.

alexduryee commented 3 years ago

Addressed in #79