[ 
https://issues.apache.org/jira/browse/TIKA-149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jukka Zitting resolved TIKA-149.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 0.2-incubating
         Assignee: Jukka Zitting

Applied the patch (plus the Apache header on ZipParser.java) in revision 
692148. Good work, thanks!

> Parser for zip files
> --------------------
>
>                 Key: TIKA-149
>                 URL: https://issues.apache.org/jira/browse/TIKA-149
>             Project: Tika
>          Issue Type: New Feature
>          Components: parser
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>             Fix For: 0.2-incubating
>
>         Attachments: TIKA-149-II.diff, TIKA-149-III.diff, TIKA-149.patch
>
>
> Tika should be able to parse zip files. The resulting XHTML document should 
> be something like this:
> <xhtml>
>   <head>...</head>
>   <body>
>     <div class="file">
>         <h1>path/to/file/inside/the/zip</h1>
>         ... (parsed contents of the file)
>     </div>
>     ...
>   </body>
> </xhtml>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to