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

Process for parsing verses that include footnotes and references in the OSIS file format #7

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

tonkapark
Copy link
Contributor

Came across this while working on a personal project.

The SAX parsing for a verse that included a note or reference element would include the text of those elements as part of the verse.

Made code change to exclude the content of the note and reference tags.

Confirmed via a new spec the verse text now returns without extra reference notes mixed in the text.

…he OSIS file format

The SAX parsing for a verse that included a note or reference element would include the text of those elements as part of the verse.

Made code change to exclude the content of the note and reference tags.

Confirmed via a new spec.
@seven1m seven1m merged commit b402c15 into seven1m:master Dec 30, 2022
@seven1m
Copy link
Owner

seven1m commented Dec 30, 2022

Cool thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants