C.1. Processing Instructions and the XML Declaration Be aware that processing instructions are rendered on some user agents. Also, some user agents interpret the XML declaration to mean that the document is unrecognized XML rather than HTML, and therefore may not render the document as expected. For compatibility with these types of legacy browsers, you may want to avoid using processing instructions and XML declarations. Remember, however, that when the XML declaration is not included in a document, the document can only use the default character encodings UTF-8 or UTF-16.
> Hallo, > > Wednesday, October 29, 2003, 20:57, > Ronny Schedel <[EMAIL PROTECTED]> wrote: > > > Its your site, but what content type is it? HTML? XML? > > Define only one type (the correct one) and your page will work on all > > browsers. > > validator.w3.org says it's valid XHTML 1.0 strict, which is a Good Thing > and therefore should display correctly in any decent browser. On the other > side, that might as well be a problem, because I have yet to manage > creating a webpage that's fully compliant but still displays correctly > with most any browser... > > -- > Sebastian Steinlechner <[EMAIL PROTECTED]> // www.resourcecode.de > "In the beginning the Universe was created. This had made a lot of > people very angry and been widely regarded as a bad move." > - Douglas Adams > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please visit: > http://list.valvesoftware.com/mailman/listinfo/hlcoders > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

