Re: xml and txt submission on web page

Henrik Levkowetz <henrik@levkowetz.com> Fri, 15 June 2018 18:46 UTC

Return-Path: <henrik@levkowetz.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 557CE130DBE for <ietf@ietfa.amsl.com>; Fri, 15 Jun 2018 11:46:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham autolearn_force=no
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 kNO2pCmBFhpu for <ietf@ietfa.amsl.com>; Fri, 15 Jun 2018 11:46:48 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:126c::1:2a]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 19B5712785F for <ietf@ietf.org>; Fri, 15 Jun 2018 11:46:48 -0700 (PDT)
Received: from h-99-61.a357.priv.bahnhof.se ([82.196.99.61]:56683 helo=[192.168.1.120]) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1fTtkE-0001l8-Se; Fri, 15 Jun 2018 11:46:47 -0700
To: Russ Housley <housley@vigilsec.com>, Alexandre Petrescu <alexandre.petrescu@gmail.com>
References: <fcee1ad8-255c-5619-1945-bab24c95ca89@gmail.com> <6c352737-991e-c4c2-a104-e7ebfe548009@forfun.net> <4E469EA123CE8A23BCF57C77@PSB> <8f6fc380-85ab-d012-2869-0ea0b821a4c7@gmail.com> <0813D666DD13EF9BB96D0992@PSB> <0e4353ce-72dd-a804-761e-10790d421c3f@gmail.com> <93807EEB-6FF7-447B-8330-85540CC51AAB@vigilsec.com> <bb906889-1383-7a1f-9f18-ff67f71424b3@gmail.com> <9FAE6A35-21E1-4B02-9ECA-4B3BC19517BF@vigilsec.com>
Cc: IETF <ietf@ietf.org>
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <8df10d89-8c24-2263-c938-a0664cb64eb5@levkowetz.com>
Date: Fri, 15 Jun 2018 20:46:38 +0200
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <9FAE6A35-21E1-4B02-9ECA-4B3BC19517BF@vigilsec.com>
Content-Type: text/plain; charset="utf-8"; format="flowed"
Content-Transfer-Encoding: 7bit
X-SA-Exim-Connect-IP: 82.196.99.61
X-SA-Exim-Rcpt-To: ietf@ietf.org, alexandre.petrescu@gmail.com, housley@vigilsec.com
X-SA-Exim-Mail-From: henrik@levkowetz.com
Subject: Re: xml and txt submission on web page
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf/-aEkjIROptenpV_KoCQb6wx717Q>
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.26
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: Fri, 15 Jun 2018 18:46:50 -0000

On 2018-06-13 20:32, Russ Housley wrote:
> Alex:
>>
>> I have just tried again: if I submit just the xml then the web page
>> complains in red about title and draft name.  If I submit both the xml
>> and the txt then it accepts it.
>>
>> The complain in red is this:
>>> Could not extract a valid draft revision from the upload. To fix this
>>> in a text upload, please make sure that the full draft name including
>>> revision number appears centered on its own line below the document
>>> title on the first page. In an xml upload, please make sure that the
>>> top-level <rfc/> element has a docName attribute which provides the
>>> full draft name including revision number.
>
> Others have had success submitting just the .xml file.
>
> Looking at your .xml file, you need to remove the ".txt" from the docName as follows:
>
> OLD:
>
> <rfc category="std"
>     docName="draft-ietf-ipwave-ipv6-over-80211ocb-23.txt"
>     ipr="trust200902">
>
> NEW:
>
> <rfc category="std"
>     docName="draft-ietf-ipwave-ipv6-over-80211ocb-23"
>     ipr="trust200902">

Right.  I've just released xml2rfc 2.9.7 where I've added warnings for
added file extension and missing document revision.


Best regards,

	Henrik