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

[PATCH] fix for log.dtd

From: Toby Peterson <toby_at_apple.com>
Date: 2005-04-11 16:56:02 CEST

Fix the 'svn log' DTD.

* subversion/clients/cmdline/dtd/log.dtd: Move comments out of the
   <!ATTLIST> tag; XML does not allow this.

fitz (on IRC) recommended I send this out to the list. It's a fairly
straightforward change (see above); it can be verified with the
following command, assuming you have libxml2:

svn log --xml | xmllint --dtdvalid log.dtd -

- Toby

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Apr 11 17:28:04 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.