You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Toby Peterson <to...@apple.com> on 2005/04/11 14:56:02 UTC

[PATCH] fix for log.dtd

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

Re: [PATCH] fix for log.dtd

Posted by "Brian W. Fitzpatrick" <fi...@collab.net>.
On Mon, 2005-04-11 at 10:56 -0400, Toby Peterson wrote:
> Fix the 'svn log' DTD.

Applied in r14115.

Thanks!

-Fitz


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