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

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

Marco Quaranta created TIKA-1313:
------------------------------------

             Summary: 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


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)