Open jcowey opened 2 years ago
Please take the xml:id
with its value as found in the div @type="edition"
and suffix it with the letters ln
followed without space by the value of the n
tag for each lb
.
I have removed the xml:id
s when followed by <gap reason="lost" extent="unknown" unit="line"/>
but that does not have to be written into the code.
Alternatively, we could put that in our pipeline.
As it is at present the conversion produce the following:
https://github.com/hcayless/P3-processing/blob/main/articles/Claytor_Receipt_Didrachmia_Souchos/Claytor_Receipt_Didrachmia_Souchos.xml#L346-L354
In order to cut out manual changing for the requirements of the GitLab XML in Heidelberg changes would be great. The XML used to produce the HTML of the article in question is as follows:
https://github.com/jcowey/P3/blob/master/pylon_1/89346.xml#L389-L397
See the next comment for the changes requested.