Feature Requests item #563417, was opened at 2002-06-01 22:40
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=353152&aid=563417&group_id=3152

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dave Hodder (hexene)
Assigned to: Nobody/Anonymous (nobody)
Summary: Support the XHTML MIME type

Initial Comment:
Please add support for the XHTML media type, as descibed in
RFC 3236 <http://www.rfc-editor.org/rfc/rfc3236.txt>.  In the file
mimetypes.c, add the following to struct exttype:

    { ".xht",   "application/xhtml+xml" },
    { ".xhtml", "application/xhtml+xml" },
    { ".xml",   "text/xml" },
    { ".xsl",   "text/xml" },

In the sample-config.tcl file, change the "set directoryfile"
directive to:

    set directoryfile
index.adp,index.html,index.htm,index.xhtml,index.xht


----------------------------------------------------------------------

You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=353152&aid=563417&group_id=3152

Reply via email to