From owner-cvs-all@FreeBSD.ORG Thu May 31 18:52:26 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by hub.freebsd.org (Postfix) with ESMTP id 03521106564A; Thu, 31 May 2012 18:52:26 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from [127.0.0.1] (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 90EA0B2708; Thu, 31 May 2012 18:52:25 +0000 (UTC) Message-ID: <4FC7BDE9.40602@FreeBSD.org> Date: Thu, 31 May 2012 11:52:25 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Warren Block References: <201205302046.q4UKka2f062416@repoman.freebsd.org> <20120530222837.GA94334@dormouse.experts-exchange.com> In-Reply-To: X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Eitan Adler , wblock@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Thierry Thomas , Jason Helfman , cvs-ports@FreeBSD.org Subject: Re: cvs commit: ports/security/vuxml vuln.xml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2012 18:52:26 -0000 On 05/31/2012 09:28 AM, Warren Block wrote: > Sorry, I missed the original post and am not quite sure what is being > checked. At present, igor doesn't know XML at all. My hope is that > some existing XML validator can be used to check tagging and indentation > of DocBook XML, and igor can just check for documentation-specific > problems. xmllint does a pretty good job of validation. Not sure how much it helps with indentation, but it's a good place to start.