You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Nick Burch (JIRA)" <ji...@apache.org> on 2014/05/29 18:35:03 UTC

[jira] [Resolved] (TIKA-1313) XSL-FO detection

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

Nick Burch resolved TIKA-1313.
------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6

Thanks for the patch, applied in r1598329.

> 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)