|
Text.XML.HXT.Arrow.XmlState.MimeTypeTable | Portability | portable | Stability | stable | Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
|
|
|
Description |
the mime type configuration functions
|
|
Synopsis |
|
|
|
Documentation |
|
|
set the table mapping of file extensions to mime types in the system state
Default table is defined in Text.XML.HXT.DOM.MimeTypeDefaults.
This table is used when reading loacl files, (file: protocol) to determine the mime type
|
|
|
set the table mapping of file extensions to mime types by an external config file
The config file must follow the conventions of etcmime.types on a debian linux system,
that means all empty lines and all lines starting with a # are ignored. The other lines
must consist of a mime type followed by a possible empty list of extensions.
The list of extenstions and mime types overwrites the default list in the system state
of the IOStateArrow
|
|
|
read the system mimetype table
|
|
Produced by Haddock version 2.6.1 |