Re: xml and txt submission on web page

Alexandre Petrescu <alexandre.petrescu@gmail.com> Wed, 13 June 2018 17:44 UTC

Return-Path: <alexandre.petrescu@gmail.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 B902F1277BB for <ietf@ietfa.amsl.com>; Wed, 13 Jun 2018 10:44:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.633
X-Spam-Level:
X-Spam-Status: No, score=-2.633 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_MED=-2.3, SPF_SOFTFAIL=0.665] 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 n5wvriJv2TEy for <ietf@ietfa.amsl.com>; Wed, 13 Jun 2018 10:43:57 -0700 (PDT)
Received: from cirse-smtp-out.extra.cea.fr (cirse-smtp-out.extra.cea.fr [132.167.192.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C1261130F4D for <ietf@ietf.org>; Wed, 13 Jun 2018 10:43:56 -0700 (PDT)
Received: from pisaure.intra.cea.fr (pisaure.intra.cea.fr [132.166.88.21]) by cirse-sys.extra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id w5DHhtMu009462; Wed, 13 Jun 2018 19:43:55 +0200
Received: from pisaure.intra.cea.fr (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 01163204191; Wed, 13 Jun 2018 19:43:55 +0200 (CEST)
Received: from muguet2-smtp-out.intra.cea.fr (muguet2-smtp-out.intra.cea.fr [132.166.192.13]) by pisaure.intra.cea.fr (Postfix) with ESMTP id CFA7020417D; Wed, 13 Jun 2018 19:43:54 +0200 (CEST)
Received: from [10.8.34.184] (is227335.intra.cea.fr [10.8.34.184]) by muguet2-sys.intra.cea.fr (8.14.7/8.14.7/CEAnet-Internet-out-4.0) with ESMTP id w5DHhsC0020850; Wed, 13 Jun 2018 19:43:54 +0200
Subject: Re: xml and txt submission on web page
To: Russ Housley <housley@vigilsec.com>
Cc: IETF <ietf@ietf.org>
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>
From: Alexandre Petrescu <alexandre.petrescu@gmail.com>
Message-ID: <bb906889-1383-7a1f-9f18-ff67f71424b3@gmail.com>
Date: Wed, 13 Jun 2018 19:43:54 +0200
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0
MIME-Version: 1.0
In-Reply-To: <93807EEB-6FF7-447B-8330-85540CC51AAB@vigilsec.com>
Content-Type: multipart/mixed; boundary="------------DE98A8B73D264526B18FE384"
Content-Language: fr
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf/Q9TeRsyFm5Ezlo_pPoQKjcJjdMU>
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: Wed, 13 Jun 2018 17:44:06 -0000

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.

This is the xml excerpt that may cause issue?:
> <rfc category="std"
>      docName="draft-ietf-ipwave-ipv6-over-80211ocb-24.txt"
>      ipr="trust200902">

Attached the full xml file for what it's worth.

Alex