hxt-9.3.1.18: A collection of tools for processing XML with Haskell.

CopyrightCopyright (C) 2008 Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Stabilityexperimental
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Text.XML.HXT.DOM.MimeTypes

Description

mime type related data and functions

Documentation

type MimeTypeTable = Map String String Source #

text_html :: String Source #

text_pdf :: String Source #

text_plain :: String Source #

text_xdtd :: String Source #

text_xml :: String Source #

isTextMimeType :: String -> Bool Source #

isHtmlMimeType :: String -> Bool Source #

isXmlMimeType :: String -> Bool Source #

extensionToMimeType :: String -> MimeTypeTable -> String Source #

parseMimeTypeTable :: String -> [(String, String)] Source #