QUOTE(xplorer @ 19 Feb, 2007 - 07:36 AM)

Hi i made a webpage and tried to validate using webdeveloper extension for firefox .it uses
http://jigsaw.w3.org/css-validator/]http:/.../css-validator/ to validate documents .
It would be helpful if you could provide the document or associated code invoking the errors.
QUOTE(xplorer @ 19 Feb, 2007 - 07:36 AM)

i am getting following error message
"Please, validate your XML document first!
Line 43
Column 213
The entity name must immediately follow the '&' in the entity reference. "
This sounds like you’ve forgotten to escape an ampersand (&). In XML, including the XML language of XHTML, all ampersands must be escaped (
&) as a character reference unless they appear inside a marked
CDATA section (
<![CDATA[…]]>). This is also required in HTML if the ampersand character appears in certain contexts.
I’m not certain why a CSS Validator would be throwing this error though, since CSS is not an XML language.
QUOTE(xplorer @ 19 Feb, 2007 - 07:36 AM)

how i cam validate my XML?
A good XML validator can be found
at Validome.