You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/07/14 03:15:49 UTC

[Bug 61296] Bring over missing constants from Tika

https://bz.apache.org/bugzilla/show_bug.cgi?id=61296

--- Comment #1 from Javen O'Neal <on...@apache.org> ---
Created attachment 35138
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=35138&action=edit
a quick comparison of Tika and POI constants

https://github.com/apache/tika/tree/master/tika-parsers/src/main/java/org/apache/tika/parser/microsoft/

git clone https://github.com/apache/tika.git apache-tika
pushd apache-tika
cd tika-parsers/src/main/java/org/apache/tika/parser/microsoft/
grep -r -P "(static final|final static|http://schemas|vnd|urn)" .

Most notably,
* ./ooxml/AbstractOOXMLExtractor.java has 8 relationship schema URLS and 1
ooxml mime type
* ./ooxml/OOXMLWordAndPowerPointTextHandler.java has 6 schema urls and 2 urns
* ./POIFSContainerDetector.java has several mime types
And a few others
See attachment for a list of current constants that could be copied over.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org