From nobody Thu Aug 20 07:06:02 2020
Return-Path: <rjsparks@nostrum.com>
X-Original-To: ietf@ietfa.amsl.com
Delivered-To: ietf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1])
 by ietfa.amsl.com (Postfix) with ESMTP id BD8AE3A0AEB
 for <ietf@ietfa.amsl.com>; Thu, 20 Aug 2020 07:05:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.028
X-Spam-Level: 
X-Spam-Status: No, score=-3.028 tagged_above=-999 required=5
 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
 DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.949,
 T_SPF_HELO_PERMERROR=0.01, T_SPF_PERMERROR=0.01, URIBL_BLOCKED=0.001]
 autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key)
 header.d=nostrum.com
Received: from mail.ietf.org ([4.31.198.44])
 by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id u2ZQMM6BizbQ for <ietf@ietfa.amsl.com>;
 Thu, 20 Aug 2020 07:05:53 -0700 (PDT)
Received: from nostrum.com (raven-v6.nostrum.com [IPv6:2001:470:d:1130::1])
 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
 (No client certificate requested)
 by ietfa.amsl.com (Postfix) with ESMTPS id 87CF23A0B21
 for <ietf@ietf.org>; Thu, 20 Aug 2020 07:05:02 -0700 (PDT)
Received: from unescapeable.local ([47.186.30.41]) (authenticated bits=0)
 by nostrum.com (8.15.2/8.15.2) with ESMTPSA id 07KE50At028886
 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO)
 for <ietf@ietf.org>; Thu, 20 Aug 2020 09:05:01 -0500 (CDT)
 (envelope-from rjsparks@nostrum.com)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=nostrum.com;
 s=default; t=1597932301;
 bh=Ej9eNuPpxVt3tSrB5P0lHPu++Cgtc8G/+LcvrDjbG1c=;
 h=Subject:To:References:From:Date:In-Reply-To;
 b=Ya7z20zJTHOfVA7NgYbeegrcY5n8VBwFCtbXG7JTwbJ0RxDA1dOAcZFqqO0JK1/Zu
 pnJEDG6ftOy4y8S3dRMl6Z/a7HTmzNbkzIJdTnqPJJkiy1VuSqHOLuvZb6mf07snCG
 XIxiiF0oghUa5cGtnBNV6quVHSjVz1SDas5s+Cto=
X-Authentication-Warning: raven.nostrum.com: Host [47.186.30.41] claimed to be
 unescapeable.local
Subject: Re: Looking for a grammar/spelling tool for XML I-D
To: ietf@ietf.org
References: <27EC28EB-E58F-48EA-ABE0-99E0DF709847@cisco.com>
 <E992727E-9B27-494B-A210-6E9E44966DE8@eggert.org>
From: Robert Sparks <rjsparks@nostrum.com>
Message-ID: <9f5e1ac5-9c95-4904-5175-8236ea5f57c9@nostrum.com>
Date: Thu, 20 Aug 2020 09:05:00 -0500
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0)
 Gecko/20100101 Thunderbird/68.11.0
MIME-Version: 1.0
In-Reply-To: <E992727E-9B27-494B-A210-6E9E44966DE8@eggert.org>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit
Content-Language: en-US
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf/0yLeLZGAoZ5yhDLxzvoKRpON8ls>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf>,
 <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf/>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>,
 <mailto:ietf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 20 Aug 2020 14:05:59 -0000

And https://github.com/ietf-tools/RfcEditor/tree/master/rfclint makes 
some of the basic checks Éric asks for.

On 8/20/20 8:58 AM, Lars Eggert wrote:
> On 2020-8-20, at 12:38, Eric Vyncke (evyncke) <evyncke=40cisco.com@dmarc.ietf.org> wrote:
>> So, we are looking forward for any tools on-line/off-line being able to do this.
> https://github.com/codespell-project/codespell works on md, xml and txt (and more).
>
> Lars

