This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: FYI: Webapge fails XHMTL validation
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Chris Arrowood <carrowood at teletrack dot com>
- Cc: "'gcc at gnu dot org'" <gcc at gnu dot org>
- Date: Fri, 13 Sep 2002 10:52:06 -0700
- Subject: Re: FYI: Webapge fails XHMTL validation
- References: <EF8F6C1D08EED211812100104BB0F2EDE5E31A@PEGASUS>
On Fri, Sep 13, 2002 at 01:37:55PM -0400, Chris Arrowood wrote:
>
> Just a FYI since you have the W3C-XHTML compliant logo on your
> site...
>
> http://gcc.gnu.org/java/faq.html
>
> Line 737, column 63:
> for more details on how to use the CNI interface. </p>
>
> ^Error: end tag for element "p" which is not open; try removing the
> end tag or check for improper nesting of elements
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?
Janis
Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/faq.html,v
retrieving revision 1.54
diff -u -r1.54 faq.html
--- faq.html 1 Jul 2002 03:47:17 -0000 1.54
+++ faq.html 13 Sep 2002 17:42:56 -0000
@@ -650,7 +650,7 @@
<dl>
<dd>
<p>Yes, GCJ 3.1 supports a CNI-based invocation interface as well as
- the traditional JNI invocation API. </p>
+ the traditional JNI invocation API.
See the <a href="http://gcc.gnu.org/onlinedocs/gcj/Invocation.html">GCJ Manual</a>
for more details on how to use the CNI interface. </p>