# Mime Type recognition by file extension
# Synax:  'file extension'   'mime type'  'Process Level'
# Process Levels are:
#        PL_FULL - process the entire document
#        PL_TAGS - only process text between Empress EXECUTE and QUERY tags
#        PL_NONE - do not process the document, return as is
#        PL_BINARY - as PL_NONE, but return as binary rather than text
# Some recognition is programmed into the XML Toolkit and does not require
# adding here (unless you wish to change the process level). These types are:
#       gif	    	image/gif       PL_BINARY
#       jpeg		image/jpeg	PL_BINARY	
#       jpg		image/jpeg	PL_BINARY	
#	ehtml		text/html	PL_FULL
#	txt		text/plain	PL_FULL
#	mif		frame/maker	PL_TAGS
	
vcf	text/x-vcard		PL_FULL
rtf	application/rtf		PL_TAGS
avi	video/avi		PL_BINARY
