Re: css validation error

* Sunil Aggarwal wrote:
>I am validating my css files at url
>http://jigsaw.w3.org/css-validator/check/referer but i am getting error
>
>Like The processing instruction target matching "[xX][mM][lL]" is not
>allowed.

You have a "<?xml ... ?>" somewhere in your document where it is not
allowed. It must be the very first thing in the document, it must not
be preceded by whitespace.
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Friday, 3 June 2005 16:46:16 UTC