Clint, the link Gerry gave tests for valid XHTML code. For example I ran your page (http://orpheuscomputing.com/main.html) through the validator and it was tested for the standard given in it's DOCTYPE, HTML 4.01.
However if you change the DOCTYPE to the XHTML standard (!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";) and code your page for XHTML compatibility then your code will be compatible.

You could also look at HTML Tidy <http://tidy.sourceforge.net/> which can translate HTML into XHTML. It is a very neat tool.

Another good resource is The Web Standards Project http://www.webstandards.org/ for XHTML etc.

Peter Kaulback

In the hour of 11:44 PM 11/3/2002 -0600, OrpheusComputing.com spoke this:
Thanks Gerry, Unfortunately that validator doesn't say if the
URL tested is "XHTML compatible".  I know the page I tested
is not because of things like <br> instead of <br />  If
anyone knows of anything that checks XHTML compatibility,
PLEASE post.  Since most if not all of the most frequent
postees here have websites, I'm sure we could all use it.  :)
-Clint

God Bless Us All
Clint Hamilton, Owner
http://OrpheusComputing.com �

----- Original Message -----
From: "Gerald E. Boyd" <[EMAIL PROTECTED]>

At 03:20 AM 11/2/2002 -0600, OrpheusComputing.com wrote the
following:

>Gerry are you saying that IE probably will not, but Netscape
>will?  The "DHTML" I was concerned with is doing my own code
>for DHTML navigational menus.  I'm not going to add them if
>in a few months or so (or whenever the change-over is
>complete), the XHTML standard will not be able to 'see'
them.

Yes. Netscape (Mozilla, AOL) always change to support W3
standards.

You can always find what works and what doesn't work by
running your pages
through W3 validation service. Checks HTML and XHTML.
http://validator.w3.org/


>----- Original Message -----
>From: "Gerald E. Boyd" <[EMAIL PROTECTED]>
>
>At 11:37 PM 10/29/2002 -0600, OrpheusComputing.com wrote the
>following:
>
> >Hi all, can anyone tell me please if DHTML is going to be
> >compatible with the new XHTML standard?
>
>Doubtful that the MS version will be. Let's face it, MS has
>never followed
>an existing standard since the company was founded.
>http://www.w3.org/TR/xhtml1/
>
>DHTML is a marketing term and does not correspond to any
>specification (at
>least at W3C). DHTML involves HTML, CSS and the DOM. These
>specifications
>may be found at http://www.w3.org/TR/. You may have to refer
>to a particular
>vendor's implementation of what they call DHTML.
>http://developer.netscape.com/tech/dynhtml/resources.html
>http://msdn.microsoft.com/library/default.asp?url=/workshop/
a
>uthor/dhtml/ref
>erence/dhtmlrefs.asp
--
Gerry Boyd
============= PCWorks Mailing List =================
Don't see your post? Check our posting guidelines &
make sure you've followed proper posting procedures,
http://pcworkers.com/rules.htm
Contact list owner <[EMAIL PROTECTED]>
Unsubscribing and other changes: http://pcworkers.com
=====================================================

Reply via email to