I discover that we generate empty <rdg> elements (with no <ptr> elements) in our final output Spine every time we have a <seg> in the edition files with an @xml:id containing __I, __M, and __F. Example from C21 spine: In the example, f1818, f1823, and fThomas should each contain <ptr> elements because they hold variant text, but they are empty.
I find that we have not created a way to generate URL pointers to these special <seg> elements in the P6-SpineGenerator.xsl, so I am working on that now.
I discover that we generate empty
<rdg>
elements (with no<ptr>
elements) in our final output Spine every time we have a<seg>
in the edition files with an@xml:id
containing__I
,__M
, and__F
. Example from C21 spine: In the example, f1818, f1823, and fThomas should each contain<ptr>
elements because they hold variant text, but they are empty.In the edition files for the empty witnesses, we find cases like this (example from f1818 at this point):
I find that we have not created a way to generate URL pointers to these special
<seg>
elements in the P6-SpineGenerator.xsl, so I am working on that now.This is possibly related to https://github.com/FrankensteinVariorum/fv-postCollation/issues/26