Repository: tika Updated Branches: refs/heads/2.x e5e4d4d91 -> 1bb7c3384
TIKA-2179 -- add detection and parsing for word2006ml files -- this modification somehow fell to a different change list Project: http://git-wip-us.apache.org/repos/asf/tika/repo Commit: http://git-wip-us.apache.org/repos/asf/tika/commit/1bb7c338 Tree: http://git-wip-us.apache.org/repos/asf/tika/tree/1bb7c338 Diff: http://git-wip-us.apache.org/repos/asf/tika/diff/1bb7c338 Branch: refs/heads/2.x Commit: 1bb7c33846203900c1ec791c7a2a958912da2a9c Parents: e5e4d4d Author: tballison <[email protected]> Authored: Mon Nov 28 11:29:57 2016 -0500 Committer: tballison <[email protected]> Committed: Mon Nov 28 11:29:57 2016 -0500 ---------------------------------------------------------------------- .../src/main/resources/org/apache/tika/mime/tika-mimetypes.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tika/blob/1bb7c338/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml ---------------------------------------------------------------------- diff --git a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml index 783e097..aa644f2 100644 --- a/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml +++ b/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml @@ -611,6 +611,12 @@ <_comment>Word 2003 xml format, pre-ooxml</_comment> <_comment>glob pattern typically *.doc</_comment> </mime-type> + <mime-type type="application/vnd.ms-word2006ml"> + <root-XML localName="package" namespaceURI="http://schemas.microsoft.com/office/2006/xmlPackage"/> + <sub-class-of type="application/xml"/> + <_comment>Word 2006 xml format, pre-ooxml</_comment> + <_comment>glob pattern typically *.xml</_comment> + </mime-type> <mime-type type="application/rdf+xml"> <root-XML localName="RDF"/>
