My understanding is I have an option (as far as the W3C is concerned) between using a DTD Doctype and an XHTML Schema to declare the language I am using (in my case XHTML 1.1). Regardless of browser issues what lines of code would I use to declare my document conforms to XHTML 1.1 using the XML schema method?
- John