[
https://issues.apache.org/jira/browse/TIKA-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018361#comment-17018361
]
Hudson commented on TIKA-2310:
------------------------------
SUCCESS: Integrated in Jenkins build tika-branch-1x #299 (See
[https://builds.apache.org/job/tika-branch-1x/299/])
TIKA-2310 -- epub parser should parse contents ending in .xml (tallison:
[https://github.com/apache/tika/commit/480e7046928bb6ead98a2f469731340c2e310cd7])
* (edit)
tika-parsers/src/test/java/org/apache/tika/parser/epub/EpubParserTest.java
* (add) tika-parsers/src/test/resources/test-documents/testEPUB_xml_ext.epub
* (edit) tika-parsers/src/main/java/org/apache/tika/parser/epub/EpubParser.java
> Try to order chapters in epub correctly
> ---------------------------------------
>
> Key: TIKA-2310
> URL: https://issues.apache.org/jira/browse/TIKA-2310
> Project: Tika
> Issue Type: Bug
> Reporter: Tim Allison
> Assignee: Tim Allison
> Priority: Minor
> Fix For: 1.21
>
> Attachments: Dzhordzh_Oruell_1984_en_.epub
>
>
> [~johanvanderknijff] recently pointed out on twitter that our Epub parser
> doesn't handle chapters in the right order. We should try to fix our parser
> so that the output is in the correct order.
> Epub is new to me, but it looks like we can scrape the order out of
> content.opf(?).
> This would require dumping the stream to a ZipFile for direct access to zip
> entries, but we require that of ooxml...
--
This message was sent by Atlassian Jira
(v8.3.4#803005)