- From: <bugzilla@wiggum.w3.org>
- Date: Sat, 01 Nov 2008 11:13:16 +0000
- To: www-validator-cvs@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6199
Summary: CSS validator failes application/xml Content-Type
Product: CSSValidator
Version: CSS Validator
Platform: PC
URL: http://crnl.org/blog
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: CSS 2.1
AssignedTo: dave.null@w3.org
ReportedBy: aragon@phat.za.net
QAContact: www-validator-cvs@w3.org
My site uses quite a lot of XML and negotiates whether to use XML+XSLT or XHTML
based on the client's Accept header. W3C's CSS validator's Accept header is:
Accept:
text/css,text/html,text/xml,application/xhtml+xml,application/xml,image/svg+xml,*/*;q=0.1
>From which my page selects application/xml and outputs that accordingly:
HTTP/1.1 200 OK
Content-Type: application/xml; charset=utf-8
But the validator throws an error:
I/O Error: Unknown mime type : application/xml;charset=utf-8
Thanks,
Aragon
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Saturday, 1 November 2008 11:18:42 UTC