Connecting Tech Pros Worldwide Help | Site Map

validating a DTD online

jsonstein@gmail.com
Guest
 
Posts: n/a
#1: Jul 20 '05
I am going nuts trying to find a DTD validation service online...
is there any site which offers validation of DTDs online
and which does the validation in an authoritative manner?

thanks
jeffs

Jukka K. Korpela
Guest
 
Posts: n/a
#2: Jul 20 '05

re: validating a DTD online


jsonstein@gmail.com wrote:
[color=blue]
> I am going nuts trying to find a DTD validation service online...[/color]

The following services can be used for validating XML documents as well,
although they were set up primarily for validating HTML:
http://validator.w3.org/
http://www.htmlhelp.com/tools/validator/
[color=blue]
> is there any site which offers validation of DTDs online
> and which does the validation in an authoritative manner?[/color]

What do you mean by an authoritative manner? I don't see why you would need
authorities for this, any more than for checking that 2 + 2 = 4.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Richard Tobin
Guest
 
Posts: n/a
#3: Jul 20 '05

re: validating a DTD online


In article <1109427898.755986.103070@o13g2000cwo.googlegroups .com>,
<jsonstein@gmail.com> wrote:[color=blue]
>I am going nuts trying to find a DTD validation service online...[/color]

Try http://www.cogsci.ed.ac.uk/~richard/xml-check.html

But why not just get a validating parser and do it locally?

-- Richard
Jan Roland Eriksson
Guest
 
Posts: n/a
#4: Jul 20 '05

re: validating a DTD online


On 26 Feb 2005 07:01:11 -0800, jsonstein@gmail.com wrote:
[color=blue]
>I am going nuts trying to find a DTD validation service online...
>is there any site which offers validation of DTDs online
>and which does the validation in an authoritative manner?[/color]

In addition to the links provided by Jukka, you may find this one to be
of interest...

<http://valet.webthing.com/>

Please note that there is nothing special about a DTD versus a document
instance when it comes to the validation process.

Just send your DTD to the validator, if need be tack a NUL doc instance
to the end of it. The validator will tell you if you have an error in
the external declaration subset (DTD) just as well as it will tell you
about errors in your doc instance.

--
Rex


Nick Kew
Guest
 
Posts: n/a
#5: Jul 20 '05

re: validating a DTD online


Jan Roland Eriksson wrote:
[color=blue]
> In addition to the links provided by Jukka, you may find this one to be
> of interest...
>
> <http://valet.webthing.com/>[/color]

[chop]

Note that when using Valet, you would need to use one of the Code Valet
tools to validate a DTD. The "standard" Page Valet validator will
suppress errors arising in a DTD, to avoid confusing the majority users.

Given that the W3C HTML 4.0 DTD (note, that's not the current 4.01)
gives rise to several messages when validating, this seems like a
necessary compromise.

--
Nick Kew
Closed Thread