[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: validation of the www/*html

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-04-08 01:15:15 CEST

Marcus Rueckert wrote:
>> hi,
>>
>> i just ran xmllint on the www dir and i get a lot of errors.

I've been working through removing errors from most of our documents.

>> it seems the dtd itself is invalid.

The problem is that the DTD uses a SGML extension which was removed from
XML:
In the line "<!ELEMENT a %a.content; +(br)>", remove the characters "+(br)"
to make the DTD a valid XML DTD, at the cost of slightly tightening the
allowed document structure.

Perhaps one of the collab.net Subversion developers would know/could find
out where this issue should be reported?

In the mean time, the validate.sh that I have committed uses onsgmls, which
is a SGML parser anyway, so this isn't a problem.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 8 01:16:03 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.