Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page break errors #12

Closed
funderburkjim opened this issue Sep 8, 2021 · 5 comments
Closed

Page break errors #12

funderburkjim opened this issue Sep 8, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@funderburkjim
Copy link
Owner

This is to document a known bug in the xml creation.

The confirming example is D545. Here, the verse (<S> abhyodhiH etc.) starts on page 100,
but make_xml.py generates <info n="L=545: S,D,F 1.101"/>,
which should be <info n="L=545: S,D,F 1.100"/>

This happens because a footnote to D544 (<F>544) has a page break [Seite1.101] and the <F>
occurs sequentially before the <S> abhyodhiH etc.

Some way is needed to correct this.

@funderburkjim funderburkjim added the bug Something isn't working label Sep 8, 2021
@maltenth
Copy link
Collaborator

maltenth commented Sep 9, 2021

@funderburkjim

would changing [Seite1.101] into <pb n=1.101\> help?

@Andhrabharati
Copy link

Andhrabharati commented Sep 9, 2021

I would suggest moving all F.s immediately after the D.s belonging to a set of S.s; thus every piece of data belonging to resp. S no.(s) will be together as a single block.

After all we are not going to print a book, but just making a digital text for cross-linking.
[Incidentally, this is how @drdhaval2785 is marking the FN.s in his digitisation of the commentary works for traditional Skt. lexicons; I have helped him making one such.]

BTW @funderburkjim, there are some G.(s) [Greek text blocks] under some verses, and @thomasincambodia suggested me to take your consent for making those texts.

Pl. have a look at #16, where the discussion took place, and give your opinion.

@funderburkjim
Copy link
Owner Author

moving all F.s immediately after the D.s belonging to a set of S.s; thus every piece of data belonging to resp. S no.(s) will be together as a single block.

This is the way @thomasincambodia is handling footnotes. Similarly for 'V' and 'W' sections, which are
'corrections/additions'. Everything for a 'saying' is together. In the xml form derived from Thomas digitization, these are called 'entry' elements, and an entry has all the children (sections) belonging to the
verse. (see boesp.dtd, which is used to validate the boesp.xml).

@funderburkjim
Copy link
Owner Author

would changing [Seite1.101] into <pb n=1.101\> help?

@thomasincambodia

I don't think so. Just keep [Seite1.101] form for now.

@Andhrabharati
Copy link

is it a time to close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants