Hi, Do you think that we should have a XmlOutputter that save the extracted content and metadata in XML file ? This will simplify integration with other technologies like Solr for example. The XmlOutputter will process File (File or Directory recursively) and Url. Will use XSLT as a filter to masque or display the elements needed and an output encoding : Example TikaXmlOutputter txo = new TikaXmlOutputter() txo.output(File|URL input, File xmlOutput, File xsltFilter, String encoding);
Regards.
