- From: William Jens <WJens@PagePath.Com>
- Date: Tue, 17 Jul 2001 10:47:52 -0500
- To: "'www-validator-css@w3.org'" <www-validator-css@w3.org>
I keep getting this error when validating my css using the URI to my web
page.
org.xml.sax.SAXException: Please, fix your system identifier (URI)
in the DOCTYPE rule.
However, the page validates as xhtml (at
http://validator.w3.org/check/referer), and my DOCTYPE is as follows:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
If I use a URI to just the CSS it validates, but the referer link below
causes the error:
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
</p>
____________________________________________
William E. Jens; PagePath Technologies, Inc.
(630) 898-9009 x133
<mailto:WJens@PagePath.Com>
<http://www.pagepath.com/>
Received on Tuesday, 17 July 2001 11:47:58 UTC