-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Goodness knows why I have not noticed this before. Take this commit on finalization from the editor:
Looking at lines 2, 34-43 one can see how https://... has been changed to http://... That should not be happening, because we want https:// throughout (Hugh carried out a massive global change https://github.com/papyri/idp.data/blob/master/DDB_EpiDoc_XML/bgu/bgu.4/bgu.4.1059.xml#L2 not so long ago: papyri/idp.data@63dcc31).
So I think a tweak to the SoSOL code is required.
An aside: look at https://github.com/papyri/idp.data/blob/master/DDB_EpiDoc_XML/bgu/bgu.4/bgu.4.1059.xml#L2:
<?xml-model href="https://epidoc.stoa.org/schema/8.16/tei-epidoc.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>That does not make sense to me if I look at papyri/idp.data@544c6a9
- <?xml-model href="https://epidoc.stoa.org/schema/8.16/tei-epidoc.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
+ <?xml-model href="http://www.stoa.org/epidoc/schema/8.16/tei-epidoc.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>There, a rule seems to be overriding (correctly !! because https:// remains) the commit report.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels