kshawkin / Best-Practices-for-TEI-in-Libraries

Best Practices for TEI in Libraries: A guide for mass digitization, automated workflows, and promotion of interoperability with XML using the TEI
http://purl.oclc.org/NET/teiinlibraries
32 stars 8 forks source link

consider <p> and <ab> inside of header elements #56

Closed kshawkin closed 7 years ago

kshawkin commented 7 years ago

TEI P5 has various header elements that contain prose description -- for example, <availability>. P5 allows you to use either <p> or <ab>, but at in the big table of header elements, we only mention <p>. We should:

  1. Consider whether to allow <ab> as well, advising the user to use whichever is appropriate depending on whether the contained prose contains one or more complete sentences.
  2. Depending on the outcome, verify that the schema allows only <p> or allows both.
kshawkin commented 7 years ago

We agreed to allow only <p> inside the header. Syd will make schema change (perhaps add Schematron rule) to make this happen.

sydb commented 7 years ago

Done (at 91f5f3f):

  1. Updated version # to 3.2.0a
  2. Added Schematron rule that complains about <ab> inside <teiHeader>

Did NOT test yet.