Xteink-X4-crosspoint-reader/lib/Epub/Epub/parsers
Arthur Tazhitdinov 973d372521
TOC location fix (#25)
## Summary

* Rely on media-type="application/x-dtbncx+xml" to find TOC instead of
hardcoded values

## Additional Context

* Most of my epubs don't have id==ncx for toc file location. I think
this media-type is EPUB standard

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-17 18:49:45 +11:00
..
ChapterHtmlSlimParser.cpp Improve indent (#28) 2025-12-16 23:02:32 +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