]> gitweb.factorcode.org Git - factor.git/commitdiff
Add XML to mime type table.
authorChris Double <chris.double@double.co.nz>
Mon, 23 May 2005 23:27:36 +0000 (23:27 +0000)
committerChris Double <chris.double@double.co.nz>
Mon, 23 May 2005 23:27:36 +0000 (23:27 +0000)
library/httpd/mime.factor

index 271917ce34399a432241102e66ac90251eadaae0..89e44c1b11188fa4d65cc705c5190d586c704e42 100644 (file)
@@ -15,6 +15,7 @@ USING: files hashtables kernel lists namespaces ;
 [
     [[ "html"   "text/html"                        ]]
     [[ "txt"    "text/plain"                       ]]
+    [[ "xml"    "text/xml"                         ]]
                                                     
     [[ "gif"    "image/gif"                        ]]
     [[ "png"    "image/png"                        ]]