Hi, I'm using Apache Tika to detect if some files uploaded by my team are in the mime type scope that I've defined.
But now I'm facing of detecting some XML files but only some specifics, I can't detect only "application/xml", I need to detect which type of XML is it (in my case http://www.iab.com/guidelines/digital-video-ad-serving-template-vast-3-0/). But the file uploaded are always terminated with .xml extension and with the "application/xml" content-type metadata. So how can I detect this kind of specific XML with same mime type and same file extension than the generic XML Parser? Thanks a lot for your help. Yoyoma.