jquery on mimeType application/xhtml+xml error
Hello, I created a new layout would like to validate it against xhtml
1.1. It gave me a warning saying:
Conflict between Mime Type and Document Type
Basically my file is served as a text/html while it expects it to be
served as application/xhtml+xml. However after I changed my mimeType
to application/xhtml+xml, jquery returned the following error in
firebug on firefox
An invalid or illegal string was specified" code: "12
I have the latest version 1.2.3.
I read a little bit about the conflicts between application/xhtml+xml
and javascript in general here. http://www.xml.com/pub/a/2003/03/19/dive-into-xml.html
I hope it's a bug jQuery dev team may fix.
Thanks