[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Validating RDDL
- From: Jonathan Borden <jborden@mediaone.net>
- To: Aaron Swartz <aswartz@upclink.com>, www-validator@w3.org
- Date: Tue, 13 Feb 2001 15:23:10 -0500
Aaron Swartz wrote:
> It seems that the W3C HTML validator has some trouble validating RDDL
files:
>
> First, it does not follow 300 redirects, and thus can't grab the RDDL DTD.
aha! perhaps that is the problem...
I've tested http://www.rddl.org/ against
http://www.stg.brown.edu/service/xmlvalid/ but note, warnings need to be
turned off given the large number of DTD defaulted namespace declarations in
XHTML Basic. RDDL does validate though.
>
> Second, when it does grab the DTD it seems to go into some infinite loop
and
> puts out the XHTML namespace 100 times.
>
-Jonathan