Add XML to mime type table.

cvs
Chris Double 2005-05-23 23:27:36 +00:00
parent 2645eaf918
commit 83121a7616
1 changed files with 1 additions and 0 deletions

View 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" ]]