projectEndings / staticSearch

A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection
https://endings.uvic.ca/staticSearch/docs/index.html
Mozilla Public License 2.0
50 stars 22 forks source link

`context/@label` and `context/@context` should be mutually exclusive #281

Closed joeytakeda closed 10 months ago

joeytakeda commented 11 months ago

If a context has a label, then by default is a context and should never have a @context value of false; we should implement a schema constraint for this (maybe in pure ODD or in schematron)

martindholmes commented 10 months ago

Done in commits linked.