Sign In/My Account | View Cart  
advertisement

Article:
 The Road to XHTML 2.0: MIME Types
Subject: In Ruby (for Rails)
Date: 2005-09-29 10:27:26
From: blinks

<%
if @request.env["HTTP_ACCEPT"].index('application/xhtml+xml')
@headers["Content-Type"] = "application/xhtml+xml; charset=utf-8"
else
@headers["Content-Type"] = "text/html; charset=utf-8"
end
%>

Previous Message Previous Message   Next Message Next Message


Sponsored By: