From owner-cvs-all@FreeBSD.ORG Thu May 31 16:28:24 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F2CB106567B; Thu, 31 May 2012 16:28:24 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id E76388FC14; Thu, 31 May 2012 16:28:23 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q4VGSNgZ083342; Thu, 31 May 2012 10:28:23 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q4VGSM3i083339; Thu, 31 May 2012 10:28:23 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 31 May 2012 10:28:22 -0600 (MDT) From: Warren Block To: Jason Helfman In-Reply-To: Message-ID: References: <201205302046.q4UKka2f062416@repoman.freebsd.org> <20120530222837.GA94334@dormouse.experts-exchange.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 31 May 2012 10:28:23 -0600 (MDT) Cc: Eitan Adler , wblock@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, Thierry Thomas , 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 16:28:24 -0000 On Wed, 30 May 2012, Jason Helfman wrote: > On Wed, May 30, 2012 at 5:04 PM, Eitan Adler wrote: > On 30 May 2012 15:28, Jason Helfman wrote: > > Perhaps this should be part of make validate routine? > > -jgh > > It is on my "if I have the time" todo > list, but my time is fairly limited lately. More generally a VuXML > lint tool would be nice. > > > I wonder if igor can be extended to do this :) > Would be a good test run, too, for documentation processing in xml :) > Or maybe a new tool, altogether. > > cc: wblock 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. Failing that, igor could probably be adapted to check VuXML, but it's likely a different set of validation. A search for existing programs which can do that is a first step to take before modifying or branching igor.