TEIC / TEI

The Text Encoding Initiative Guidelines
https://www.tei-c.org
Other
276 stars 88 forks source link

constraint for calendar= of att.datable thinks whitespace is a date #2257

Closed sydb closed 2 years ago

sydb commented 2 years ago

Where the "calendar" <constraintSpec> in att.datable has string-length(.) gt 0 it should probably have something like string-length( normalize-space(.) ) gt 0 or normalize-space(.) ne ''.

sydb commented 2 years ago

Ayes 1, nays 0.