[
https://issues.apache.org/jira/browse/TIKA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14012626#comment-14012626
]
Hudson commented on TIKA-1313:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.6 #10 (See
[https://builds.apache.org/job/tika-trunk-jdk1.6/10/])
TIKA-1312 and TIKA-1313 - FDF and XSL-FO mimetypes from Marco Quaranta (nick:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1598329)
*
/tika/trunk/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
> XSL-FO detection
> ----------------
>
> Key: TIKA-1313
> URL: https://issues.apache.org/jira/browse/TIKA-1313
> Project: Tika
> Issue Type: Improvement
> Components: detector, mime
> Affects Versions: 1.5
> Reporter: Marco Quaranta
> Priority: Minor
> Fix For: 1.6
>
>
> Please add the following mime-magic in order to correctly detect xsl-fo files
> {code}
> <mime-type type="application/xslfo+xml">
> <alias type="text/xsl"/>
> <acronym>XSLFO</acronym>
> <_comment>XSL Format</_comment>
> <root-XML localName="root"
> namespaceURI="http://www.w3.org/1999/XSL/Format"/>
> <glob pattern="*.xslfo"/>
> <glob pattern="*.fo"/>
> </mime-type>
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)