The question is simple:
Can Polyglot Markup be “served” with the content-type: text/html+xml; charset=utf-8?
The question is simple: Can Polyglot Markup be served with the content-type: text/html+xml; charset=utf-8
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Any content can be served with any content type. What the receiver makes of it is another matter.
text/html+xmlis not a registered MIME type although browsers should treat it as XML according to the HTML5 specand
The real question is why would you want to do this when there are registered MIME types available for the purpose?