Xteink-X4-crosspoint-reader/lib/Epub/Epub/parsers
Dave Allie b2020f5512
Some checks are pending
CI / build (push) Waiting to run
Skip pagebreak blocks when parsing epub file (#58)
## Summary

* Skip pagebreak blocks when parsing epub file
* These blocks break the flow and often contain the page number in them
which should not interrupt the flow of the content
- Attributes sourced from:
  - https://www.w3.org/TR/epub-ssv-11/#pagebreak
  - https://www.w3.org/TR/dpub-aria-1.1/#doc-pagebreak
2025-12-19 01:11:03 +11:00
..
ChapterHtmlSlimParser.cpp Skip pagebreak blocks when parsing epub file (#58) 2025-12-19 01:11:03 +11:00
ChapterHtmlSlimParser.h Fix formatting 2025-12-15 23:17:23 +11:00
ContainerParser.cpp Remove tinyxml2 dependency replace with expat parsers (#9) 2025-12-13 19:36:01 +11:00
ContainerParser.h Remove tinyxml2 dependency replace with expat parsers (#9) 2025-12-13 19:36:01 +11:00
ContentOpfParser.cpp TOC location fix (#25) 2025-12-17 18:49:45 +11:00
ContentOpfParser.h Parse cover image path from content.opf file (#24) 2025-12-16 03:15:54 +11:00
TocNcxParser.cpp Remove tinyxml2 dependency replace with expat parsers (#9) 2025-12-13 19:36:01 +11:00
TocNcxParser.h Remove tinyxml2 dependency replace with expat parsers (#9) 2025-12-13 19:36:01 +11:00