This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: FYI: Webapge fails XHMTL validation
- From: "Joseph S. Myers" <jsm28 at cam dot ac dot uk>
- To: Janis Johnson <janis187 at us dot ibm dot com>
- Cc: Chris Arrowood <carrowood at teletrack dot com>, "'gcc at gnu dot org'" <gcc at gnu dot org>
- Date: Fri, 13 Sep 2002 19:01:11 +0100 (BST)
- Subject: Re: FYI: Webapge fails XHMTL validation
On Fri, 13 Sep 2002, Janis Johnson wrote:
> It looks like the reference should be part of the same paragraph, so I
> commited this patch to fix it after validating the page at
> http://validator.w3.org.
>
> That validator is easy to use if you've got a fast network connection,
> but it sure would be convenient if there were a tool everyone could
> use locally. Does anyone know of a free software XHTML validator?
You can check out the validator.w3.org source (which is free software)
from their anoncvs <http://validator.w3.org/source/>, but for the GCC
pages it's the pages after preprocessing that need validating. The main
parts needed for command-line validation are the collection of DTDs and SP
(see e.g. <http://openjade.sourceforge.net/>).
--
Joseph S. Myers
jsm28@cam.ac.uk