Pool-Of-Tears / Myne

An android app to download & read ebooks from Project Gutenberg, built with Jetpack Compose.
https://pooloftears.in
Apache License 2.0
987 stars 59 forks source link

epub-parser: find siblings from parent's sibling node aswell #151

Closed starry-shivam closed 3 months ago

starry-shivam commented 3 months ago

Currently, the EPUB parser only finds siblings located inside its own parent, which may result in an empty or incomplete chapter body if some of the sibling nodes are located within the siblings of its parent node instead of being direct siblings.