Open jcowey opened 2 years ago
Have another test file with #blockQuote: https://github.com/hcayless/P3-processing/blob/main/articles/Azzarello_receipts_rev_prep/Azzarello_receipts_rev_prep.xml
It is pretty clear to me that after #endBlockQuote anything that follows is cut out completely, until the next section. Here #bibliography has been picked up fine:
but what should have been <p xml:id="p12">
has dropped out altogether.
I added it manually to https://gitlab.ub.uni-heidelberg.de/verlag/PapyrologicalPublicationPlatform/-/blob/master/epidoc/Pylon_1_Azzarello/azzarello_receipts_rev.xml#L108
I now suspect that the problem with the Zellmann Rohrer article
https://github.com/hcayless/P3-processing/blob/main/sources/pLond_inv868_rev_prep_feb22.docx
which produced that
suffered because #introduction followed #acknowledgement
possibly #introduction is only allowed to followed papyrological header (i.e. a table) or be part of #edition.
With the new upload
https://github.com/hcayless/P3-processing/blob/main/sources/pLond_inv868_rev_march22.docx
(got rid of #introduction and #blockQuote with #endBlockQuote)
I get
into which I will introduce the quote
section in XML
I think I have sorted this out, but we'll need to re-run to test.
I uploaded
https://github.com/hcayless/P3-processing/blob/main/sources/pLond_inv868_rev_prep_feb22.docx
a few minutes ago.
After the processing:
https://github.com/hcayless/P3-processing/actions/runs/1893495117
(85 seconds)
https://github.com/hcayless/P3-processing/blob/main/articles/pLond_inv868_rev_prep_feb22/pLond_inv868_rev_prep_feb22.xml
was produced
something has broken after it processed #acknowledgement.
Possibly #blockQuote #endBlockQuote caused problems. Not sure that this has actually been tested so far.