FrankensteinVariorum / fv-postCollation

a repository for post-processing finalized collation files to prepare the Variorum edition.
2 stars 0 forks source link

Missing output data in C25 output MS chapters #50

Closed ebeshero closed 1 year ago

ebeshero commented 1 year ago

Several paragraphs missing (and not being picked up in JSON file either) in Box 57 Chap 2 (C25)

Related to this passage ./f1831_chapter_xix.xml: the scene of my labours. And this issue: https://github.com/FrankensteinVariorum/fv-data/issues/23

Other units are fine and show complete app numbers involved.

ebeshero commented 1 year ago

Problem identified in XSLT transformation to P5-Pt 5 at the very last <seg> in the file. That is where we are missing content.

ebeshero commented 1 year ago

Source of problem is broken <longToken> here:

<app>
        <rdgGrp n="['', 'observation and']">
            <rdg wit="fMS">&lt;lb n="c57-0093__main__4"/&gt;&lt;anchor
                xml:id="c57-0093.01"/&gt;&lt;lb n="c57-0093__left_margin__1"/&gt;&lt;sga-add
                sID="c57-0093__left_margin__d4e16680"/&gt; &lt;longToken&gt;observation &amp;
                &lt;sga-add eID="c57-0093__left_margin__d4e16680"/&gt;</rdg>
        </rdgGrp>
        <rdgGrp n="['instruction', 'and']">
            <rdg wit="f1818">instruction and</rdg>
            <rdg wit="f1823">instruction and</rdg>
            <rdg wit="fThomas">instruction and</rdg>
            <rdg wit="f1831">instruction and</rdg>
        </rdgGrp>
    </app>
    <app>
        <rdgGrp n="['amusement.']">
            <rdg wit="f1818">amusement.</rdg>
            <rdg wit="f1823">amusement.</rdg>
            <rdg wit="fThomas">amusement.</rdg>
            <rdg wit="f1831">amusement.</rdg>
            <rdg wit="fMS">&lt;zone eID="c57-0093__left_margin"/&gt;
                amusement.&lt;/longToken&gt;</rdg>
        </rdgGrp>
    </app>
ebeshero commented 1 year ago

Solved by correcting C25 collation longToken problem-- with new collation / postcollation output.