MisterTJB / Colenso-Project

A web application providing access to documents forming the Colenso Project – a repository of New Zealand letters encoded with TEI
0 stars 0 forks source link

Implement editing #6

Closed MisterTJB closed 8 years ago

MisterTJB commented 8 years ago

Student Siobhan has found some data that she wants to change the mark up on. This may be incorrect markup, or something that she wants to add in. However, she doesn't want to have to download the letter, edit it, then reupload it. She wants an webpage were she can easily make these small corrections. Her corrections should also be checked against the TEI schema to ensure that she has not made any typos.

MisterTJB commented 8 years ago

Consider: https://www.npmjs.com/package/libxml-xsd

MisterTJB commented 8 years ago

There is seemingly no canonical TEI schema; any one of TEI Lite, TEI Bare, or TEI for Manuscripts may be relevant.

Consider running each across the existing data and determine the most-specific schema that will validate every document in the existing corpus.

MisterTJB commented 8 years ago

Added in 624c328