Added .rdf and .xsl as application/xml types. (.rdf is for the

Resource Description Framework, a metadata encoding, and .xsl is for
the Extensible Stylesheet Language.)
This commit is contained in:
Fred Drake 1999-03-11 16:04:04 +00:00
parent 59e4f37d76
commit cbd987040e
1 changed files with 2 additions and 0 deletions

View File

@ -201,6 +201,7 @@ types_map = {
'.qt': 'video/quicktime',
'.ras': 'image/x-cmu-raster',
'.rgb': 'image/x-rgb',
'.rdf': 'application/xml',
'.roff': 'application/x-troff',
'.rtf': 'application/rtf',
'.rtx': 'text/richtext',
@ -228,6 +229,7 @@ types_map = {
'.wav': 'audio/x-wav',
'.xbm': 'image/x-xbitmap',
'.xml': 'text/xml',
'.xsl': 'application/xml',
'.xpm': 'image/x-xpixmap',
'.xwd': 'image/x-xwindowdump',
'.zip': 'application/zip',