
From nobody Fri Jul  1 07:24:30 2016
Return-Path: <henrik@levkowetz.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 41C4D12D0A2 for <xml2rfc@ietfa.amsl.com>; Fri,  1 Jul 2016 07:24:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -106.9
X-Spam-Level: 
X-Spam-Status: No, score=-106.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, USER_IN_WHITELIST=-100] 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 ZY2ZhLSuuH_9 for <xml2rfc@ietfa.amsl.com>; Fri,  1 Jul 2016 07:24:27 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 4B6A412D133 for <xml2rfc@ietf.org>; Fri,  1 Jul 2016 07:24:27 -0700 (PDT)
Received: from 81-235-150-134-no105.tbcn.telia.com ([81.235.150.134]:63279 helo=[192.168.1.120]) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.82_1-5b7a7c0-XX) (envelope-from <henrik@levkowetz.com>) id 1bIzMl-0001th-UD; Fri, 01 Jul 2016 07:24:26 -0700
Message-ID: <57767D10.9040204@levkowetz.com>
Date: Fri, 01 Jul 2016 16:24:16 +0200
From: Henrik Levkowetz <henrik@levkowetz.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:31.0) Gecko/20100101 Thunderbird/31.8.0
MIME-Version: 1.0
To: "HANSEN, TONY L" <tony@att.com>, Julian Reschke <julian.reschke@gmx.de>, =?UTF-8?B?QXJpIEtlcsOkbmVu?= <ari.keranen@ericsson.com>
References: <014DE9C1-B615-442D-892B-40398FFA6DF5@ericsson.com> <0cee814d-266b-5101-a306-3a009b2e3072@greenbytes.de> <009A43B0-CBAA-423D-B82E-D390673B1FD5@ericsson.com> <608ac3c5-758d-72ae-9365-3ff3cc582744@gmx.de> <13BF6B0C-B011-4661-AE87-F35F06842FA8@att.com>
In-Reply-To: <13BF6B0C-B011-4661-AE87-F35F06842FA8@att.com>
Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3og1bSMpA2cslVH236UUSvc1Rg4vKAOLD"
X-SA-Exim-Connect-IP: 81.235.150.134
X-SA-Exim-Rcpt-To: xml2rfc@ietf.org, ari.keranen@ericsson.com, julian.reschke@gmx.de, tony@att.com
X-SA-Exim-Mail-From: henrik@levkowetz.com
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)
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/05jcTCTxYlxag0NBdLXqLjVLVZU>
Cc: "xml2rfc@ietf.org" <xml2rfc@ietf.org>
Subject: Re: [xml2rfc] Umlauts in reference author names
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 01 Jul 2016 14:24:29 -0000

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--3og1bSMpA2cslVH236UUSvc1Rg4vKAOLD
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hi Tony,

On 2016-07-01 05:32, HANSEN, TONY L wrote:
> Bibxml3 is created from 1id-index.txt and 1id-abstract.txt. Those
> files somehow got an umlaut in that field.
>=20
> Henrik?

Hmm.  Yes.  The code that produces the 1id-* files uses a method which
wasn't intended to guarantee an ascii name, and this method changed a
few datatracker releases ago.  It was also using the name entry in the
datatracker person record as-is, which is bound to contain non-ascii for
anybody who have a name with non-ascii characters.

I've made some fixes, and will release them with the next patch release.

We'll need to change this again when non-ascii names _should_ be supporte=
d.

--------

Now, going off on a tangent from the bug above, and its fix.

FWIW, as test I made xml2rfc able to process unicode some time ago;
if anybody wants to try it, you could apply this patch to xml2rfc:

Index: xml2rfc/writers/raw_txt.py
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- xml2rfc/writers/raw_txt.py  (revision 2054)
+++ xml2rfc/writers/raw_txt.py  (working copy)
@@ -36,7 +36,7 @@
         self.list_counters =3D {} # Maintain counters for 'format' type =
lists
         self.edit_counter =3D 0   # Counter for edit marks
         # Set this to False to permit utf+8 output:
-        self.ascii =3D True       # Enable ascii flag
+        self.ascii =3D False      # Disable ascii flag
         self.cref_counter =3D 0   # Counter for cref anchors
         self.cref_list =3D []



Best regards,

	Henrik


>=20
> 	Tony
>=20
> On 6/29/16, 1:05 PM, "xml2rfc on behalf of Julian Reschke" <xml2rfc-bou=
nces@ietf.org on behalf of julian.reschke@gmx.de> wrote:
>=20
> On 2016-06-29 18:11, Ari Ker=C3=A4nen wrote:
>>
>>> On 29 Jun 2016, at 19:00, Julian Reschke <julian.reschke@greenbytes.d=
e> wrote:
>>>
>>> On 2016-06-29 16:54, Ari Ker=C3=A4nen wrote:
>>>> Hi,
>>>>
>>>> Xml2rfc seems to get confused now with names with umlauts (like my l=
ast name) in references.
>>>>
>>>> For example,in draft-ietf-hip-native-nat-traversal-12 it says:
>>>>>   [I-D.ietf-ice-rfc5245bis]
>>>>>              Ker&#52292;nen, A., Holmberg, C., and J. Rosenberg,
>>>>
>>>> Any ideas how to fix that?
>>>
>>> For now, xml2rfc lives in a plain ASCII world. You'll have to substit=
ute the "=C3=A4" with "ae" or "a" (depends on your locale, I guess).
>>
>> Actually, that has been the case for all references up until very rece=
ntly (it's been "Keranen" in all drafts and RFCs). I wonder if the bibxml=
 files, or how they are handled, have been changed recently?
>=20
> That is indeed strange.
>=20
> The ID being referenced is US-ASCII only, but
>=20
> =20
> http://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.draft-ietf-ice=
-rfc5245bis-02.xml
>=20
> has the "=C3=A4" in the contact information. Where does this come from?=

>=20
> Best regards, Julian
>=20
> _______________________________________________
> xml2rfc mailing list
> xml2rfc@ietf.org
> https://www.ietf.org/mailman/listinfo/xml2rfc
>=20
>=20


--3og1bSMpA2cslVH236UUSvc1Rg4vKAOLD
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJXdn0QAAoJEE6bV0uPuxcafEwP/2pwBlOph30tIiJxy9yKev5y
Q65KNB2xQ3VDAdcC72Q+7jcXMYVA960COt3JhkK5qoNAirQf7DeICqcJMICopJGn
cYQn7mS3+qNgVUmgWHTfloEetaktRiNzhGVsnKQ98CEcImEFXyWchJPq8GCcf2rO
MnLaKuFG6NR3gw06gwa0oGP0P6tOzUi/PbgCq5OF7gmj/be+F7do5XR3SW0uYC9d
GKdqdpFTSyI2B9K0GJMGfzODLz1HH4SQGCsgXqUPRFdMHBmb824IYkHIMhZFlvZK
kG/lYZ/hzBJMtvL+dN3Dxw3blwakCiWmirGjd9fJ9LqkDYVA4+tGYrXRR0aar82D
lqvNW8v9SPvFUnN5wDJrr4Hcxulz+ng9wAF2MJlX/UUFy6TGWBYxBTXrJ5FWpVfV
8q6u5jvwXPtDEAJpIaIPVYbjrr+pGcomeOkrVIFiLDyAXS2Re7EVb/a3li5xV90F
U42nl+DsTtbFgGd+6WmTVoa/Ik8hUOIDK17BgjdvESX3WzS7splz1UF2CWO+1ng2
GK9rded9cTynMT+aTEMfLYNZyhrOr+Af1eKsV8tFjqVifurqgZHaxtb9EzzsfVGn
RMevdWWFJ2mBb2rUTe+c978sqWwPGYiQ15MEK7rzi/uuddsD4535zB5LVBaWDApr
juK3bfFW306zw48tXJkB
=saU6
-----END PGP SIGNATURE-----

--3og1bSMpA2cslVH236UUSvc1Rg4vKAOLD--


From nobody Fri Jul  1 18:38:44 2016
Return-Path: <watsonbladd@gmail.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B9FA712D0A5 for <xml2rfc@ietfa.amsl.com>; Fri,  1 Jul 2016 18:38:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.7
X-Spam-Level: 
X-Spam-Status: No, score=-2.7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.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 bD-AXZV6QsCH for <xml2rfc@ietfa.amsl.com>; Fri,  1 Jul 2016 18:38:41 -0700 (PDT)
Received: from mail-vk0-x234.google.com (mail-vk0-x234.google.com [IPv6:2607:f8b0:400c:c05::234]) (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 4153B12B056 for <xml2rfc@ietf.org>; Fri,  1 Jul 2016 18:38:41 -0700 (PDT)
Received: by mail-vk0-x234.google.com with SMTP id m127so114103208vkb.3 for <xml2rfc@ietf.org>; Fri, 01 Jul 2016 18:38:41 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=mime-version:from:date:message-id:subject:to; bh=8JAyt9iULkgohmtKQiUREaiumLM0FL+gO6daMkDork8=; b=Gf6FZPIftceZwFddsM3J+KzX2opv3HW6viAm/PHIEcgshPSQQwnNfhdE2heHGA4V9D EPAioe69mjzWb6E6aqRTzyV6hsdtELfWSlyp4yyrLmrrHSK7iF0RoZwRPhectwP3UvNw R37R9k33zG9/CPInENhuU2AHqtvhJy87KMjVIgOmQ6xZMfatcpZvv7sImI7wK8g5w3nU L/rSQ6REoGd8M6bohodGXviS8wnyJPqiz4enmWtyGAgTUB7s14laXR3dQNkG/bcbOT5M E8Mb+pRaoNGSdbLvlyBfCw0hxKJ3A1++1iUxF3BFS6/izvucSMXS+MrI2SbzCJuTnPAl J8wg==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=8JAyt9iULkgohmtKQiUREaiumLM0FL+gO6daMkDork8=; b=Tcxvu4fWZmdrk7QjRVvSNkBNhLCEOxMCFe7rbgh7Ky5TmCavJorXpHeskQ26L7w3Fn bR2Bxt9dMKQjM3hgG5VtKw8xhBAOrZtTHIWZ6aPrM4Hu91nJbJhGYDOOvftO8HXdqQ5W bPOV2fu1i/5Ie3QnE+HorRtsyjPVJUpfxOH4o86LBN0KMI0pNRLc47idr0J+YlaB2ZY4 3i/Hlzf9WP/WXFhPQ4vAmhnuEf7nKBfx5LHOh397jwBsj0HBx/q7QGVMXF48dI3m0gAA n5hlC/W/9v1C5iwBLB21qcdENEK4NFmC8NwKyoGAeTHVfkEZPKPZWPg3RXLWWKWqN40y rrmw==
X-Gm-Message-State: ALyK8tJq85DpLvFNDxhynFO+oKW1wgw3/4e6jZwlbRFrVSB3xRxshD0hDxr8FyOBQtNLMrI/UcRVDv0ZEP8rTQ==
X-Received: by 10.31.129.203 with SMTP id c194mr569777vkd.26.1467423520169; Fri, 01 Jul 2016 18:38:40 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.159.39.194 with HTTP; Fri, 1 Jul 2016 18:38:39 -0700 (PDT)
From: Watson Ladd <watsonbladd@gmail.com>
Date: Fri, 1 Jul 2016 18:38:39 -0700
Message-ID: <CACsn0cndxDV7msUiRkHzqHy+i6U6p1oJO+RwuzMJKg5TuSLPTw@mail.gmail.com>
To: xml2rfc@ietf.org
Content-Type: text/plain; charset=UTF-8
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/3bR2ER0rDbvvQyvF6mmqTeOkJMk>
Subject: [xml2rfc] Comments on XML2RFC
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 02 Jul 2016 01:38:43 -0000

First, the email address for submitting comments is incorrect.

Secondly the following happens when installing on a Mac through Macports
$man xm2rfc
No manual entry for xml2rfc
$xml2rfc -h
xml2rfc: error: couldn't open "-h.xml": no such file or directory
$xml2rf --help

A window opens with an error.

What should happen is there should be usage information and a manual
page, and windows should never open from the command line usage.
Sincerely,
Watson


From nobody Fri Jul  1 20:07:07 2016
Return-Path: <ietf@augustcellars.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8ECBE12B05F for <xml2rfc@ietfa.amsl.com>; Fri,  1 Jul 2016 20:07:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.6
X-Spam-Level: 
X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] 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 Hjc7i9-q_0CL for <xml2rfc@ietfa.amsl.com>; Fri,  1 Jul 2016 20:07:04 -0700 (PDT)
Received: from smtp1.pacifier.net (smtp1.pacifier.net [64.255.237.171]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id AB76612B019 for <xml2rfc@ietf.org>; Fri,  1 Jul 2016 20:07:03 -0700 (PDT)
Received: from hebrews (c-24-21-96-37.hsd1.or.comcast.net [24.21.96.37]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: schaad@nwlink.com) by smtp1.pacifier.net (Postfix) with ESMTPSA id CFCCD2CA00; Fri,  1 Jul 2016 20:07:02 -0700 (PDT)
From: "Jim Schaad" <ietf@augustcellars.com>
To: "'Watson Ladd'" <watsonbladd@gmail.com>, <xml2rfc@ietf.org>
References: <CACsn0cndxDV7msUiRkHzqHy+i6U6p1oJO+RwuzMJKg5TuSLPTw@mail.gmail.com>
In-Reply-To: <CACsn0cndxDV7msUiRkHzqHy+i6U6p1oJO+RwuzMJKg5TuSLPTw@mail.gmail.com>
Date: Fri, 1 Jul 2016 20:07:01 -0700
Message-ID: <002a01d1d40e$ce307d50$6a9177f0$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQJYkpIQICut9AWb7LkrgYFkVl0s557295aQ
Content-Language: en-us
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/t4nODJ6pZv18K-eojyDSEFI_A7U>
Subject: Re: [xml2rfc] Comments on XML2RFC
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 02 Jul 2016 03:07:05 -0000

Watson,

This works correctly with the version of xml2rfc that I have on my machine
for the -h and --help options.

As far as I know nobody has ever done a man page for xml2rfc, but it is
possible that I am wrong.  

>From your previous message it appears that you may be using the tcl rather
than the python version of xml2rfc.  This will make a major difference in a
number of issues.

Jim


> -----Original Message-----
> From: xml2rfc [mailto:xml2rfc-bounces@ietf.org] On Behalf Of Watson Ladd
> Sent: Friday, July 01, 2016 6:39 PM
> To: xml2rfc@ietf.org
> Subject: [xml2rfc] Comments on XML2RFC
> 
> First, the email address for submitting comments is incorrect.
> 
> Secondly the following happens when installing on a Mac through Macports
> $man xm2rfc No manual entry for xml2rfc $xml2rfc -h
> xml2rfc: error: couldn't open "-h.xml": no such file or directory $xml2rf
--help
> 
> A window opens with an error.
> 
> What should happen is there should be usage information and a manual page,
> and windows should never open from the command line usage.
> Sincerely,
> Watson
> 
> _______________________________________________
> xml2rfc mailing list
> xml2rfc@ietf.org
> https://www.ietf.org/mailman/listinfo/xml2rfc


From nobody Tue Jul  5 09:11:52 2016
Return-Path: <fred@cisco.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E3D2512D094 for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 09:11:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -115.947
X-Spam-Level: 
X-Spam-Status: No, score=-115.947 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426, SPF_PASS=-0.001, USER_IN_DEF_DKIM_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=cisco.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 2oTk9qHlIlCs for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 09:11:48 -0700 (PDT)
Received: from alln-iport-6.cisco.com (alln-iport-6.cisco.com [173.37.142.93]) (using TLSv1.2 with cipher DHE-RSA-SEED-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 64F4712D14B for <xml2rfc@ietf.org>; Tue,  5 Jul 2016 09:11:48 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1770; q=dns/txt; s=iport; t=1467735108; x=1468944708; h=from:to:cc:subject:date:message-id:references: in-reply-to:mime-version; bh=4nkq7J/8CUt7ofMz+8ZFrztbYRcnT1NzU/RSjqQS5qM=; b=AeQS2mvfXDBuQXGSB4Voeq5MCjAWMIvPWzMoN8c5qhBMQX1ldgtdUPiP +0tEXhcbhedlb5EVMFszjycDVml02tXgkC3mLj2svTlI4RVDedid/GYos XjEXTB3/8HUi+ACfN0TVAg7vqV2dz3QAHCkIS6P7xEswYZUOYezYPvVTe A=;
X-Files: signature.asc : 833
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: =?us-ascii?q?A0BQBgAw23tX/49dJa1cgz6BWLs3hhgCg?= =?us-ascii?q?TQ7EQEBAQEBAQFlJ4RNBnkQAgFOMiUCBAENE4giuzsBAQEBAQEBAQEBAQEBAQE?= =?us-ascii?q?BAQEBAQEODogfikGCLwWZEwGDLoFsiSyBVAEVjUCGV4kyATQggggcgUyIQ38BA?= =?us-ascii?q?QE?=
X-IronPort-AV: E=Sophos;i="5.26,580,1459814400";  d="asc'?scan'208";a="293894587"
Received: from rcdn-core-7.cisco.com ([173.37.93.143]) by alln-iport-6.cisco.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2016 16:11:47 +0000
Received: from XCH-RCD-015.cisco.com (xch-rcd-015.cisco.com [173.37.102.25]) by rcdn-core-7.cisco.com (8.14.5/8.14.5) with ESMTP id u65GBlqb014787 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Tue, 5 Jul 2016 16:11:47 GMT
Received: from xch-rcd-013.cisco.com (173.37.102.23) by XCH-RCD-015.cisco.com (173.37.102.25) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Tue, 5 Jul 2016 11:11:46 -0500
Received: from xch-rcd-013.cisco.com ([173.37.102.23]) by XCH-RCD-013.cisco.com ([173.37.102.23]) with mapi id 15.00.1210.000; Tue, 5 Jul 2016 11:11:46 -0500
From: "Fred Baker (fred)" <fred@cisco.com>
To: Henrik Levkowetz <henrik@levkowetz.com>, "julian.reschke@gmx.de" <julian.reschke@gmx.de>, Warren Kumari <warren@kumari.net>
Thread-Topic: XMLMind 7.0
Thread-Index: AQHR1tftB9+ZyFgfU0emu6KdeauNWQ==
Date: Tue, 5 Jul 2016 16:11:46 +0000
Message-ID: <2978F55F-7E35-4BEB-ACE8-8B20CD2C5860@cisco.com>
References: <BLUPR05MB1985F2227569B3966E28BAFCAE4B0@BLUPR05MB1985.namprd05.prod.outlook.com> <0D5F95FE-7D3C-45FB-80A8-8FD3167915AD@cisco.com> <BLUPR05MB1985E5D630C7D138B36C2048AE4B0@BLUPR05MB1985.namprd05.prod.outlook.com> <EA34B622-481B-471B-B5B2-4266299448CB@cisco.com> <BLUPR05MB1985D4A114991E3EB9EA143BAE4F0@BLUPR05MB1985.namprd05.prod.outlook.com> <CAHw9_i+SnS3EyJ-Rtt07=t3XRYXw84JAS9G3J4Vnqkf9H0aoKw@mail.gmail.com>
In-Reply-To: <CAHw9_i+SnS3EyJ-Rtt07=t3XRYXw84JAS9G3J4Vnqkf9H0aoKw@mail.gmail.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
x-mailer: Apple Mail (2.3124)
x-ms-exchange-messagesentrepresentingtype: 1
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [10.19.64.115]
Content-Type: multipart/signed; boundary="Apple-Mail=_2CAF9C11-989B-4444-8CF7-B332754F4C2A"; protocol="application/pgp-signature"; micalg=pgp-sha1
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/IfwhCA8WMvO-I3yJTaW4dVI8hYQ>
Cc: "xml2rfc@ietf.org" <xml2rfc@ietf.org>
Subject: [xml2rfc] XMLMind 7.0
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 05 Jul 2016 16:11:51 -0000

--Apple-Mail=_2CAF9C11-989B-4444-8CF7-B332754F4C2A
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

I'm not sure whom to ask, hence the shotgun approach.

XMLMind just told me that there is a 7.0 version out. I don't really =
know what the new features or bug-fixes are; my first reaction to such =
things tends to be that they are feeling the need for a round of license =
renewals at $$/person. That said, if there is value in it, so be it, and =
we'll need another update to the xxe plugin.

What is the general feeling about this?

--Apple-Mail=_2CAF9C11-989B-4444-8CF7-B332754F4C2A
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="signature.asc"
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org

iQIVAwUBV3vcQkayAOS/EQ8MAQKawhAAwykhHsB6leGV968UFMXzKRbs1upKU8sN
vVlVkdXDY4VYbk+Bi7Y2kPtWefLpabEsrCQmC9uo+Aw7mXP53rkQvMA8J5PjtHgr
TafZ0uXnJoqulgBvjtMnjvadFRnvXcYMMQL19Q/jCJQe5vwoSuMNrYqOuedlVQ2w
JA/USZWHnD50JeS4H6vF0Y/8GnmV7fx6UEgBSETNLGdfhgDueD+bK6VneIPykDMi
kcbn0EgpVQ340RLkmaP6i5WK+I9MsQZliCdasXyir66O01Ue0pnltnvBKXhgUOSV
g+tRZblf4p/DtbW/yAAlgDop0ZaRqySIk49eUNhjAYA4ti+bzlv8/ceLOn2RZJc8
uLVmAuyBqM/iN3jzYONBNTqdgvtV1lngRBB5nNkT3o88FjMRicyj8JlIVGkDBlc2
41zcMUyjzZpCOBFLIhCVGNPD2rt88Wd+EHU7HNpad2APxOpNALsBZhht9LnvPQOz
1a2al1jFgdyvK+ObaBzBlCg0IZFHFMm+1m4zJQTLjS1fU8NiJSDWMmFdCgc9LqRK
hvxfVP//o7GfH37l4/pyzEwo08NDofWAHMWUltgZdRPvdabxU9CDJ7sWhXMMEAc6
76omLHEhWP+a8rwrQJKuaN1TvzUFeCtlED/87LnR0SIvOk0fswqTqDADqPGwqguX
1Mnte8/ugBA=
=MIN7
-----END PGP SIGNATURE-----

--Apple-Mail=_2CAF9C11-989B-4444-8CF7-B332754F4C2A--


From nobody Tue Jul  5 15:40:35 2016
Return-Path: <shares@ndzh.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0B6EB12B02C for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 15:40:34 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 4.439
X-Spam-Level: ****
X-Spam-Status: No, score=4.439 tagged_above=-999 required=5 tests=[BAYES_50=0.8, DOS_OUTLOOK_TO_MX=2.845, HTML_MESSAGE=0.001, RDNS_NONE=0.793] autolearn=no 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 10zOVMIdzT_z for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 15:40:32 -0700 (PDT)
Received: from hickoryhill-consulting.com (unknown [50.245.122.97]) (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 650C512B022 for <xml2rfc@ietf.org>; Tue,  5 Jul 2016 15:40:32 -0700 (PDT)
X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=174.124.185.200; 
From: "Susan Hares" <shares@ndzh.com>
To: <xml2rfc@ietf.org>
Date: Tue, 5 Jul 2016 18:40:05 -0400
Message-ID: <05ef01d1d70e$2dab73a0$89025ae0$@ndzh.com>
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_05F0_01D1D6EC.A699FAB0"
X-Mailer: Microsoft Outlook 14.0
Content-Language: en-us
Thread-Index: AdHXDgZmo+6nvCkxRI6o3/ctHTvJnA==
X-Authenticated-User: skh@ndzh.com 
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/h_IPAr9hcCyMpajdiURgn35K7Go>
Cc: 'Donald Eastlake' <d3e3e3@gmail.com>
Subject: [xml2rfc] Aid in specifying Updates: RFCxxx in or Replaces:RFC in XML
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 05 Jul 2016 22:40:34 -0000

This is a multipart message in MIME format.

------=_NextPart_000_05F0_01D1D6EC.A699FAB0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Can someone tell me what xml command generated on the title page the
following two comments: 

 

Updates: RFC1234 

Replaces: RFC4622

 

Thank you for your help, 

 

Sue Hares 


------=_NextPart_000_05F0_01D1D6EC.A699FAB0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40"><head><META =
HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Dus-ascii"><meta name=3DGenerator content=3D"Microsoft Word 14 =
(filtered medium)"><style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri","sans-serif";
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]--></head><body lang=3DEN-US link=3Dblue =
vlink=3Dpurple><div class=3DWordSection1><p class=3DMsoNormal>Can =
someone tell me what xml command generated on the title page the =
following two comments: <o:p></o:p></p><p =
class=3DMsoNormal><o:p>&nbsp;</o:p></p><p class=3DMsoNormal>Updates: =
RFC1234 <o:p></o:p></p><p class=3DMsoNormal>Replaces: =
RFC4622<o:p></o:p></p><p class=3DMsoNormal><o:p>&nbsp;</o:p></p><p =
class=3DMsoNormal>Thank you for your help, <o:p></o:p></p><p =
class=3DMsoNormal><o:p>&nbsp;</o:p></p><p class=3DMsoNormal>Sue Hares =
<o:p></o:p></p></div></body></html>
------=_NextPart_000_05F0_01D1D6EC.A699FAB0--


From nobody Tue Jul  5 16:09:10 2016
Return-Path: <william.atwood@concordia.ca>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6F69E12D16C for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 16:09:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.961
X-Spam-Level: 
X-Spam-Status: No, score=-4.961 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-1.426, 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 RzfTUBcMwh-w for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 16:09:07 -0700 (PDT)
Received: from oldperseverance.encs.concordia.ca (oldperseverance.encs.concordia.ca [132.205.96.92]) by ietfa.amsl.com (Postfix) with ESMTP id DCDE212D115 for <xml2rfc@ietf.org>; Tue,  5 Jul 2016 16:09:06 -0700 (PDT)
Received: from [IPv6:::1] (bill@poise.encs.concordia.ca [132.205.2.209]) by oldperseverance.encs.concordia.ca (envelope-from william.atwood@concordia.ca) (8.13.7/8.13.7) with ESMTP id u65N94ue025191;  Tue, 5 Jul 2016 19:09:05 -0400
To: xml2rfc@ietf.org
References: <05ef01d1d70e$2dab73a0$89025ae0$@ndzh.com>
From: William Atwood <william.atwood@concordia.ca>
Organization: Concordia University, Montreal
Message-ID: <d4420842-07e6-267a-4cb2-0a0a0e34faa9@concordia.ca>
Date: Tue, 5 Jul 2016 19:09:06 -0400
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1
MIME-Version: 1.0
In-Reply-To: <05ef01d1d70e$2dab73a0$89025ae0$@ndzh.com>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
X-Scanned-By: MIMEDefang 2.58 on oldperseverance.encs.concordia.ca at 2016-07-05 19:09:05 EDT
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/_IDPRIe_KuFgsEEpWEmRfnZKnrA>
Subject: Re: [xml2rfc] Aid in specifying Updates: RFCxxx in or Replaces:RFC in XML
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 05 Jul 2016 23:09:09 -0000

Sue:

The following line produces the "updates" for what became RFC 5796:

<rfc category="std" updates="4601"
docName="draft-ietf-pim-sm-linklocal-10" ipr="trust200811">

I would try adding the phrase replaces="4601" to see if it produces the
desired output.

  Bill

On 05/07/2016 6:40 PM, Susan Hares wrote:
> Can someone tell me what xml command generated on the title page the
> following two comments:
> 
>  
> 
> Updates: RFC1234
> 
> Replaces: RFC4622
> 
>  
> 
> Thank you for your help,
> 
>  
> 
> Sue Hares
> 
> 
> 
> _______________________________________________
> xml2rfc mailing list
> xml2rfc@ietf.org
> https://www.ietf.org/mailman/listinfo/xml2rfc
> 

-- 

Dr. J.W. Atwood, Eng.             tel:   +1 (514) 848-2424 x3046
Distinguished Professor Emeritus  fax:   +1 (514) 848-2830
Department of Computer Science
   and Software Engineering
Concordia University EV 3.185     email:william.atwood@concordia.ca
1455 de Maisonneuve Blvd. West    http://users.encs.concordia.ca/~bill
Montreal, Quebec Canada H3G 1M8


From nobody Tue Jul  5 16:18:57 2016
Return-Path: <shares@ndzh.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AB39E12D15E for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 16:18:55 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 1.738
X-Spam-Level: *
X-Spam-Status: No, score=1.738 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DOS_OUTLOOK_TO_MX=2.845, RDNS_NONE=0.793] autolearn=no 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 Jv6ouMqjXBPH for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 16:18:54 -0700 (PDT)
Received: from hickoryhill-consulting.com (unknown [50.245.122.97]) (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 21CF412B032 for <xml2rfc@ietf.org>; Tue,  5 Jul 2016 16:18:51 -0700 (PDT)
X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=174.124.185.200; 
From: "Susan Hares" <shares@ndzh.com>
To: "'William Atwood'" <william.atwood@concordia.ca>, <xml2rfc@ietf.org>
References: <05ef01d1d70e$2dab73a0$89025ae0$@ndzh.com> <d4420842-07e6-267a-4cb2-0a0a0e34faa9@concordia.ca>
In-Reply-To: <d4420842-07e6-267a-4cb2-0a0a0e34faa9@concordia.ca>
Date: Tue, 5 Jul 2016 19:18:23 -0400
Message-ID: <068601d1d713$874ce8d0$95e6ba70$@ndzh.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 14.0
Content-Language: en-us
Thread-Index: AQGOAvyOYHzvtvdTPHsZPdi4bNgxOALWRu9NoHtuzSA=
X-Authenticated-User: skh@ndzh.com 
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/WRgOdWrXCQmGSuFTcUPdJU3lyJo>
Subject: Re: [xml2rfc] Aid in specifying Updates: RFCxxx in or Replaces:RFC in XML
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 05 Jul 2016 23:18:55 -0000

Bill:

Thank you for your quick response. 

Sue 

-----Original Message-----
From: William Atwood [mailto:william.atwood@concordia.ca] 
Sent: Tuesday, July 5, 2016 7:09 PM
To: xml2rfc@ietf.org
Cc: Susan Hares
Subject: Re: [xml2rfc] Aid in specifying Updates: RFCxxx in or Replaces:RFC
in XML

Sue:

The following line produces the "updates" for what became RFC 5796:

<rfc category="std" updates="4601"
docName="draft-ietf-pim-sm-linklocal-10" ipr="trust200811">

I would try adding the phrase replaces="4601" to see if it produces the
desired output.

  Bill

On 05/07/2016 6:40 PM, Susan Hares wrote:
> Can someone tell me what xml command generated on the title page the 
> following two comments:
> 
>  
> 
> Updates: RFC1234
> 
> Replaces: RFC4622
> 
>  
> 
> Thank you for your help,
> 
>  
> 
> Sue Hares
> 
> 
> 
> _______________________________________________
> xml2rfc mailing list
> xml2rfc@ietf.org
> https://www.ietf.org/mailman/listinfo/xml2rfc
> 

-- 

Dr. J.W. Atwood, Eng.             tel:   +1 (514) 848-2424 x3046
Distinguished Professor Emeritus  fax:   +1 (514) 848-2830
Department of Computer Science
   and Software Engineering
Concordia University EV 3.185     email:william.atwood@concordia.ca
1455 de Maisonneuve Blvd. West    http://users.encs.concordia.ca/~bill
Montreal, Quebec Canada H3G 1M8


From nobody Tue Jul  5 20:35:28 2016
Return-Path: <dev+ietf@seantek.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id AB637128874 for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 20:35:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.601
X-Spam-Level: 
X-Spam-Status: No, score=-2.601 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001] 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 mo9779t_ZC9r for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 20:35:25 -0700 (PDT)
Received: from mxout-08.mxes.net (mxout-08.mxes.net [216.86.168.183]) (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 13B6812D0B8 for <xml2rfc@ietf.org>; Tue,  5 Jul 2016 20:35:24 -0700 (PDT)
Received: from [192.168.123.110] (unknown [75.83.2.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 2EB11509B6; Tue,  5 Jul 2016 23:35:22 -0400 (EDT)
Content-Type: text/plain; charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\))
From: Sean Leonard <dev+ietf@seantek.com>
In-Reply-To: <5f7d616d-0904-2c63-222a-dbb3a0ebd118@gmx.de>
Date: Tue, 5 Jul 2016 20:35:21 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <36838BD3-74DA-4990-BE02-6088B5C3BCEE@seantek.com>
References: <be19f1f6-72ad-8a35-3104-f71799703d60@seantek.com> <5f7d616d-0904-2c63-222a-dbb3a0ebd118@gmx.de>
To: Julian Reschke <julian.reschke@gmx.de>
X-Mailer: Apple Mail (2.3124)
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/KP2LcLa_R5VRePRJW6lDa1mwnIA>
Cc: xml2rfc@ietf.org, "media-types@iana.org" <media-types@iana.org>
Subject: Re: [xml2rfc] [media-types] Filling out templates in XML
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 Jul 2016 03:35:27 -0000

> On Jun 28, 2016, at 10:18 PM, Julian Reschke <julian.reschke@gmx.de> =
wrote:
>=20
> On 2016-06-29 05:24, Sean Leonard wrote:
>> Just curious if people have thought about using XML elements to fill =
out
>> templates, in xml2rfc, rather than sticking the template instance in =
an
>> artwork blob.
>> ...
>=20
>=20
> I have always put registrations either into tables or lists. I agree =
that using artwork is a very bad thing.
>=20

Okay. How can we move forward on a proposal?

* figure out what features we want
  (suggested: kind of like <form> in HTML, in that it=E2=80=99s embedded =
in the source text. The idea is that the style of the <template-instance =
template=3D"media-types"> or whatever could be put together by tools so =
that it looks appropriate for the data.)
* figure out what elements needed
* new sections in xml2rfc v3 about elements
* update Relax NG schema

Main thing at a high level is: is it preferable to embed elements from =
another namespace (like <svg> does) or make elements in xml2rfc? I think =
the latter because the text inside template instances should be treated =
like specification text (searchable, etc.).

Best regards,

Sean=


From nobody Tue Jul  5 23:54:11 2016
Return-Path: <julian.reschke@gmx.de>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 97EE412D689 for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 23:54:09 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.601
X-Spam-Level: 
X-Spam-Status: No, score=-2.601 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] 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 EUetL7ft08Va for <xml2rfc@ietfa.amsl.com>; Tue,  5 Jul 2016 23:54:08 -0700 (PDT)
Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A096812D67E for <xml2rfc@ietf.org>; Tue,  5 Jul 2016 23:54:07 -0700 (PDT)
Received: from [192.168.178.20] ([93.217.107.87]) by mail.gmx.com (mrgmx103) with ESMTPSA (Nemesis) id 0M8e5P-1bYetj06Rn-00wGYS; Wed, 06 Jul 2016 08:53:32 +0200
To: Sean Leonard <dev+ietf@seantek.com>
References: <be19f1f6-72ad-8a35-3104-f71799703d60@seantek.com> <5f7d616d-0904-2c63-222a-dbb3a0ebd118@gmx.de> <36838BD3-74DA-4990-BE02-6088B5C3BCEE@seantek.com>
From: Julian Reschke <julian.reschke@gmx.de>
Message-ID: <9344f489-528b-6963-ebd8-f18cccac7ca7@gmx.de>
Date: Wed, 6 Jul 2016 08:53:37 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1
MIME-Version: 1.0
In-Reply-To: <36838BD3-74DA-4990-BE02-6088B5C3BCEE@seantek.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Provags-ID: V03:K0:ZgOE11g5iXDw6b2uZtq4UtKoYxpsmSHSU1xmuPsZERnyhX2j3Ml 6jOXlhWDtBIgYOMNHgpAeB7oUc5+YGv3esM1qkvliMVkZOKuQq8sgDqO5XiEcTyR2uDJfxh O5nHsZfufzom/QNIAzcxBat/760t09mFasv21hWb7P5wODJlRqI+nDsHnQ67hif3M4LV+2t WUGekNXTv0xdVvmOtNLBg==
X-UI-Out-Filterresults: notjunk:1;V01:K0:kArHOYd+c+A=:/jqxW9kHKJY+0ugAgkp3Qc jVE8QAUPrnxRWzU83uE8rPnNfPv43a/7DhY05JvqhwquY6tUAPynRkMP4/ikTBQSokyF69r++ ALc8MmCwfNmV+cGRdi8PnNWZ9hSYBAeIYMABp4ZfBQjb4Nvx+WiZD/UhyjfV9YIw0v0PdpUx2 9pUw+F5n+FdF3u7LrpFYh6PJuV6pJmTy/tJsvwUXSdMgWP2cxzRky998KmgqBNhyf4DOicqqT 9Dlo8/T14Ossn6iZvAlpKxFtzdj/iKk5EcKrDX6yC1H7WX4PT+TYULiPkx3P2eoY/WvRSqC1O s+QMlNNTSFrrSY2YVSEAYsdMOrTkukX9qgp1y53ZDiRZ5ewQFnCjy22QUQ3RhWCtSHzXHizUQ IkkLmiu+rAHlEX1E07PnE/JbM3B5fH0oRpYEEf9r5QpNG98spsJ1tbxYbiNJfrDEU5apPrt5a zzgwMVPIG08SdelFnruN+8Ab9AM7zV6yIdhODE3FaNJydicAdN4+rT4WzcJfoephCtJJsO4i+ kiRAswPwOA/5Ep3nlrQ9FGCIU81YO0J5yTBb+yXkxSOC6Uwbn4atRDT84qNUMwEzCFVtkMHly 6/B30COswUvoBAcWfZOsnBGfGZUMfI0Lw0/S3lpGhVA7qGvLf9V+XkdAyOvUQ/tb39vtYCBJS xm4BALRU0VIfldX1MV/zH0GGanMQLWsuVgBz6f/q3p5PpUzjN0gzWpnnvVXr+/MFVb+pvvV3B 7UaODnGvdMR9k7+0x0reu6zyswTWXbOFjMuyas+v0Jka2kqYgYBjnWDW65cRqxsm73K2vkMBZ qFnd21s
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/33KIoNyyU0x6TjRlIsAgLE77000>
Cc: xml2rfc@ietf.org, "media-types@iana.org" <media-types@iana.org>
Subject: Re: [xml2rfc] [media-types] Filling out templates in XML
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 06 Jul 2016 06:54:09 -0000

On 2016-07-06 05:35, Sean Leonard wrote:
>
>> On Jun 28, 2016, at 10:18 PM, Julian Reschke <julian.reschke@gmx.de> wrote:
>>
>> On 2016-06-29 05:24, Sean Leonard wrote:
>>> Just curious if people have thought about using XML elements to fill out
>>> templates, in xml2rfc, rather than sticking the template instance in an
>>> artwork blob.
>>> ...
>>
>>
>> I have always put registrations either into tables or lists. I agree that using artwork is a very bad thing.
>>
>
> Okay. How can we move forward on a proposal?
> ...

My point being that no new elements are needed.

Could you explain why what's there (or is in v3) isn't sufficient?

Best regards, Julian


From nobody Sat Jul  9 10:13:06 2016
Return-Path: <russ@riw.us>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A397C12D13F for <xml2rfc@ietfa.amsl.com>; Sat,  9 Jul 2016 10:13:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.72
X-Spam-Level: 
X-Spam-Status: No, score=-0.72 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=messagingengine.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 Aijq63xADgZu for <xml2rfc@ietfa.amsl.com>; Sat,  9 Jul 2016 10:13:03 -0700 (PDT)
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 557FE12D151 for <xml2rfc@ietf.org>; Sat,  9 Jul 2016 10:13:03 -0700 (PDT)
Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id EA03120351 for <xml2rfc@ietf.org>; Sat,  9 Jul 2016 13:02:33 -0400 (EDT)
Received: from frontend1 ([10.202.2.160]) by compute7.internal (MEProxy); Sat, 09 Jul 2016 13:02:33 -0400
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=BGVa0jg5x6/ccAJpN4kl1ayLfgc=; b=mXJJr QEjeVWZjwjzChWhKSOsfBEi0owmT/HZXb0Y6e3CQe94L+SUvtjFtNHKa5g1dPqVt TRTgBVEY4JRDUnX2y8VjDfIDyiZRy/BmQa2gFE0idf0dM/zStldpfKrtA7uM+zMz lcPrqRjMaZ7ZseQBHxjRtqXEJMk5dxMSM8m7DE=
X-Sasl-enc: GTyO+5GFvc4NsmmxjHL87kH6LNs3KVZ8/B7bRiccjYpO 1468083753
Received: from Russ (162-229-180-77.lightspeed.rlghnc.sbcglobal.net [162.229.180.77]) by mail.messagingengine.com (Postfix) with ESMTPA id AB3A1F29F3 for <xml2rfc@ietf.org>; Sat,  9 Jul 2016 13:02:33 -0400 (EDT)
From: "Russ White" <russ@riw.us>
To: <xml2rfc@ietf.org>
Date: Sat, 9 Jul 2016 13:02:30 -0400
Message-ID: <000601d1da03$ae317950$0a946bf0$@riw.us>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AdHaA0hMr9tTjSXyRIWqveNMltdebg==
Content-Language: en-us
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/lXFi6szP_kAntjgQe0Y_ujGSpjc>
Subject: [xml2rfc] Error Question
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 09 Jul 2016 17:13:04 -0000

Y'all -- 

I'm getting the error:

Traceback (most recent call last):
  File "/usr/local/bin/xml2rfc", line 9, in <module>
    load_entry_point('xml2rfc==2.5.1.dev0', 'console_scripts', 'xml2rfc')()
  File
"/usr/local/lib/python2.7/dist-packages/xml2rfc-2.5.1.dev0-py2.7.egg/xml2rfc
/run.py", line 151, in main
    xmlrfc = parser.parse()
  File
"/usr/local/lib/python2.7/dist-packages/xml2rfc-2.5.1.dev0-py2.7.egg/xml2rfc
/parser.py", line 451, in parse
    xml2rfc.log.warn("Parsing Error: %s" % e)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2192' in
position 28: ordinal not in range(128) 

Followed by "The file is not there..." I suspect there's some "nonascii" or
some "weird ascii" in the file I'm trying to parse, but I don't know how to
go about finding it based on this error. I'm normally editing in Notepad++,
but this document did start as a google docs file. In the middle, I created
a new txt file and copied the contents over just to make certain it wasn't
anything obvious with the file itself. Any ideas?

BTW, please keep me in the cc -- I'm not on the mailing list right this
moment... 

Thanks!

:-)

Russ


From nobody Sat Jul  9 10:59:12 2016
Return-Path: <ietf@augustcellars.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2BA9B12D1B2 for <xml2rfc@ietfa.amsl.com>; Sat,  9 Jul 2016 10:59:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.287
X-Spam-Level: 
X-Spam-Status: No, score=-1.287 tagged_above=-999 required=5 tests=[RP_MATCHES_RCVD=-1.287] 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 r7vUpa4PHwsq for <xml2rfc@ietfa.amsl.com>; Sat,  9 Jul 2016 10:59:09 -0700 (PDT)
Received: from mail2.augustcellars.com (augustcellars.com [50.45.239.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5613C12D1AD for <xml2rfc@ietf.org>; Sat,  9 Jul 2016 10:59:09 -0700 (PDT)
Received: from hebrews (24.21.96.37) by mail2.augustcellars.com (192.168.0.56) with Microsoft SMTP Server (TLS) id 15.0.1178.4; Sat, 9 Jul 2016 11:05:05 -0700
From: Jim Schaad <ietf@augustcellars.com>
To: 'Russ White' <russ@riw.us>, <xml2rfc@ietf.org>
References: <000601d1da03$ae317950$0a946bf0$@riw.us>
In-Reply-To: <000601d1da03$ae317950$0a946bf0$@riw.us>
Date: Sat, 9 Jul 2016 10:58:42 -0700
Message-ID: <027601d1da0b$8912ef70$9b38ce50$@augustcellars.com>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQItdyyDA9BGnsJp27WpJbjd0/04cJ9ZKDsg
Content-Language: en-us
X-Originating-IP: [24.21.96.37]
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/4OxpcgK6SNuXmyXOOj1uTO06TBw>
Subject: Re: [xml2rfc] Error Question
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 09 Jul 2016 17:59:11 -0000

Unicode says that U+2192 is a rightwards arrow.  Files are currently
restricted to asci only characters.

The file is not being created because of the parsing error in the Unicode
file.  If you mail me the file I can easily find the problem, but you should
be able to have a better idea of what to look for based on the above.

jim



> -----Original Message-----
> From: xml2rfc [mailto:xml2rfc-bounces@ietf.org] On Behalf Of Russ White
> Sent: Saturday, July 09, 2016 10:03 AM
> To: xml2rfc@ietf.org
> Subject: [xml2rfc] Error Question
> 
> Y'all --
> 
> I'm getting the error:
> 
> Traceback (most recent call last):
>   File "/usr/local/bin/xml2rfc", line 9, in <module>
>     load_entry_point('xml2rfc==2.5.1.dev0', 'console_scripts',
'xml2rfc')()
>   File
>
"/usr/local/lib/python2.7/dist-packages/xml2rfc-2.5.1.dev0-py2.7.egg/xml2rfc
> /run.py", line 151, in main
>     xmlrfc = parser.parse()
>   File
>
"/usr/local/lib/python2.7/dist-packages/xml2rfc-2.5.1.dev0-py2.7.egg/xml2rfc
> /parser.py", line 451, in parse
>     xml2rfc.log.warn("Parsing Error: %s" % e)
> UnicodeEncodeError: 'ascii' codec can't encode character u'\u2192' in
position
> 28: ordinal not in range(128)
> 
> Followed by "The file is not there..." I suspect there's some "nonascii"
or some
> "weird ascii" in the file I'm trying to parse, but I don't know how to go
about
> finding it based on this error. I'm normally editing in Notepad++, but
this
> document did start as a google docs file. In the middle, I created a new
txt file
> and copied the contents over just to make certain it wasn't anything
obvious
> with the file itself. Any ideas?
> 
> BTW, please keep me in the cc -- I'm not on the mailing list right this
moment...
> 
> Thanks!
> 
> :-)
> 
> Russ
> 
> _______________________________________________
> xml2rfc mailing list
> xml2rfc@ietf.org
> https://www.ietf.org/mailman/listinfo/xml2rfc


From nobody Sat Jul  9 11:35:13 2016
Return-Path: <russ@riw.us>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B5E2012D591 for <xml2rfc@ietfa.amsl.com>; Sat,  9 Jul 2016 11:35:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.72
X-Spam-Level: 
X-Spam-Status: No, score=-0.72 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=messagingengine.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 2GR8l2ni04Jc for <xml2rfc@ietfa.amsl.com>; Sat,  9 Jul 2016 11:35:10 -0700 (PDT)
Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 69A2012D1B8 for <xml2rfc@ietf.org>; Sat,  9 Jul 2016 11:35:10 -0700 (PDT)
Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id D981B201E2 for <xml2rfc@ietf.org>; Sat,  9 Jul 2016 14:35:09 -0400 (EDT)
Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Sat, 09 Jul 2016 14:35:09 -0400
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=cOn3Tqrk33jfpDA 8K7aG9ycbxgM=; b=pN4xxv8qgaxTB8foNrThCj9BvSyTfPcQE/c1iwZ14v9+3jf FROVRBLE34im7XLXb9QWKase0tRmhw0i0QKbWLAcd0VAX9e87FoC4Zw9B2Ag85tV rN02p2dz2OPAgJ0Q7XMcD5ZGg6RssAINf185zfSVAX9jhIGs9x+0j+4RAJ4w=
X-Sasl-enc: 2SCYyf8l9FkQwhdEtTNW8onK3wlPwB4KzYY7UOKGgJMK 1468089309
Received: from Russ (ip-64-134-217-199.public.wayport.net [64.134.217.199]) by mail.messagingengine.com (Postfix) with ESMTPA id 8060CF29FC for <xml2rfc@ietf.org>; Sat,  9 Jul 2016 14:35:09 -0400 (EDT)
From: "Russ White" <russ@riw.us>
To: <xml2rfc@ietf.org>
References: 
In-Reply-To: 
Date: Sat, 9 Jul 2016 14:35:05 -0400
Message-ID: <000701d1da10$9d4965a0$d7dc30e0$@riw.us>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Outlook 16.0
Thread-Index: AQIMO3LQukxNHrLV22835f9Qpo1/JZ+bqhXw
Content-Language: en-us
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/ozkx6nyar52xQTr24YMFzw2e0sA>
Subject: Re: [xml2rfc] Error Question
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 09 Jul 2016 18:35:12 -0000

Nevermind -- I found it... It was, in fact, a stray character inserted by
google docs. I just removed large parts of text 'til it would go past this,
and hence figured out which line of text it was embedded in.

:-)

Russ

> -----Original Message-----
> From: Russ White [mailto:russ@riw.us]
> Sent: Saturday, July 9, 2016 1:03 PM
> To: 'xml2rfc@ietf.org' <xml2rfc@ietf.org>
> Subject: Error Question
> 
> Y'all --
> 
> I'm getting the error:
> 
> Traceback (most recent call last):
>   File "/usr/local/bin/xml2rfc", line 9, in <module>
>     load_entry_point('xml2rfc==2.5.1.dev0', 'console_scripts',
'xml2rfc')()
>   File "/usr/local/lib/python2.7/dist-packages/xml2rfc-2.5.1.dev0-
> py2.7.egg/xml2rfc/run.py", line 151, in main
>     xmlrfc = parser.parse()
>   File "/usr/local/lib/python2.7/dist-packages/xml2rfc-2.5.1.dev0-
> py2.7.egg/xml2rfc/parser.py", line 451, in parse
>     xml2rfc.log.warn("Parsing Error: %s" % e)
> UnicodeEncodeError: 'ascii' codec can't encode character u'\u2192' in
position
> 28: ordinal not in range(128)
> 
> Followed by "The file is not there..." I suspect there's some "nonascii"
or
> some "weird ascii" in the file I'm trying to parse, but I don't know how
to go
> about finding it based on this error. I'm normally editing in Notepad++,
but
> this document did start as a google docs file. In the middle, I created a
new
> txt file and copied the contents over just to make certain it wasn't
anything
> obvious with the file itself. Any ideas?
> 
> BTW, please keep me in the cc -- I'm not on the mailing list right this
> moment...
> 
> Thanks!
> 
> :-)
> 
> Russ


From nobody Fri Jul 15 08:14:27 2016
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EFE9412D7EC for <xml2rfc@ietfa.amsl.com>; Fri, 15 Jul 2016 08:14:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.187
X-Spam-Level: 
X-Spam-Status: No, score=-8.187 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.287] 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 6vYGJtJ_MxqQ for <xml2rfc@ietfa.amsl.com>; Fri, 15 Jul 2016 08:14:24 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 6A77612D09F for <xml2rfc@ietf.org>; Fri, 15 Jul 2016 08:14:24 -0700 (PDT)
Received: from localhost ([::1]:34102 helo=zinfandel.tools.ietf.org) by zinfandel.tools.ietf.org with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from <trac@tools.ietf.org>) id 1bO4on-0001tX-10; Fri, 15 Jul 2016 08:14:21 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: "xml2rfc issue tracker" <trac@tools.ietf.org>
X-Trac-Version: 0.12.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: henrik@levkowetz.com, julian.reschke@gmx.de, ietf@augustcellars.com
X-Trac-Project: xml2rfc
Date: Fri, 15 Jul 2016 15:14:20 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://tools.ietf.org/tools/xml2rfc/trac/ticket/315#comment:2
Message-ID: <081.e47e57bda6f9afb7ef1dfc652540b29d@tools.ietf.org>
References: <066.602454e56783724f178c29be1992fb7f@tools.ietf.org>
X-Trac-Ticket-ID: 315
In-Reply-To: <066.602454e56783724f178c29be1992fb7f@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, julian.reschke@gmx.de, ietf@augustcellars.com, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/470FcHfifh8XS-XCNd8PiVW--4s>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #315 (Version 2 cli txt): Inconsistent indentation of lines
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 15 Jul 2016 15:14:26 -0000

#315: Inconsistent indentation of lines


Comment (by ietf@augustcellars.com):

 Producing the text version generates the following:

 Parsing file bug_315.xml
 WARNING: artwork outdented 3 characters to avoid overrunning right margin
 around input line 610)
 WARNING: artwork outdented 3 characters to avoid overrunning right margin
 around input line 619)
 WARNING: artwork outdented 2 characters to avoid overrunning right margin
 around input line 628)
 Created file bug_315.txt

 This says that the lines are too long in three different artwork sections
 and thus they are being shifted left by the number of characters listed.
 This would cause the behavior described.  Either remove the left indents
 in general (or at least by 3 characters) or reword the lines so that the
 lines are shorter.


 Recommend - Won't Fix by design.

-- 
---------------------------------+----------------------------------
  Reporter:  worley@ariadne.com  |      Owner:  henrik@levkowetz.com
      Type:  defect              |     Status:  new
  Priority:  medium              |  Milestone:
 Component:  Version 2 cli txt   |    Version:  2.4.x
Resolution:                      |   Keywords:
---------------------------------+----------------------------------

Ticket URL: <https://tools.ietf.org/tools/xml2rfc/trac/ticket/315#comment:2>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sat Jul 16 00:50:26 2016
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A7E9512B02B for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 00:50:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.187
X-Spam-Level: 
X-Spam-Status: No, score=-8.187 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.287] 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 AjN82x2MH6o5 for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 00:50:21 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 715C512B01B for <xml2rfc@ietf.org>; Sat, 16 Jul 2016 00:50:21 -0700 (PDT)
Received: from localhost ([::1]:34751 helo=zinfandel.tools.ietf.org) by zinfandel.tools.ietf.org with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from <trac@tools.ietf.org>) id 1bOKMf-0006oX-24; Sat, 16 Jul 2016 00:50:21 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: "xml2rfc issue tracker" <trac@tools.ietf.org>
X-Trac-Version: 0.12.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: henrik@levkowetz.com, ietf@augustcellars.com
X-Trac-Project: xml2rfc
Date: Sat, 16 Jul 2016 07:50:21 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://tools.ietf.org/tools/xml2rfc/trac/ticket/244#comment:1
Message-ID: <084.fd86c2d8d2200721fbc2fe3697460832@tools.ietf.org>
References: <069.cab672f7665f718154a271f316d5eddb@tools.ietf.org>
X-Trac-Ticket-ID: 244
In-Reply-To: <069.cab672f7665f718154a271f316d5eddb@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, ietf@augustcellars.com, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/etbwYA_wnzD0QbVXkpkYvHj7t-E>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #244 (Version 2 cli): toc=include does not work
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 16 Jul 2016 07:50:23 -0000

#244: toc=include does not work

Changes (by ietf@augustcellars.com):

 * status:  new => closed
 * resolution:   => duplicate


Comment:

 Same as issue #316

-- 
------------------------------------+----------------------------------
  Reporter:  julian.reschke@gmx.de  |      Owner:  henrik@levkowetz.com
      Type:  defect                 |     Status:  closed
  Priority:  medium                 |  Milestone:
 Component:  Version 2 cli          |    Version:  2.4.x
Resolution:  duplicate              |   Keywords:
------------------------------------+----------------------------------

Ticket URL: <https://tools.ietf.org/tools/xml2rfc/trac/ticket/244#comment:1>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sat Jul 16 02:12:12 2016
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0C94312D7FD for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 02:12:11 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.187
X-Spam-Level: 
X-Spam-Status: No, score=-8.187 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.287] 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 sUHlC3Dk15q8 for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 02:11:55 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 63D9C126579 for <xml2rfc@ietf.org>; Sat, 16 Jul 2016 02:11:55 -0700 (PDT)
Received: from localhost ([::1]:38355 helo=zinfandel.tools.ietf.org) by zinfandel.tools.ietf.org with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from <trac@tools.ietf.org>) id 1bOLdb-0001ND-5m; Sat, 16 Jul 2016 02:11:55 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: "xml2rfc issue tracker" <trac@tools.ietf.org>
X-Trac-Version: 0.12.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: henrik@levkowetz.com, ietf@augustcellars.com
X-Trac-Project: xml2rfc
Date: Sat, 16 Jul 2016 09:11:55 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: /ticket/313#comment:1
Message-ID: <084.848a9a4ae9921f2f5e18421a1c8a755a@tools.ietf.org>
References: <069.8a5afb13bde3a83a2890cff92492590b@tools.ietf.org>
X-Trac-Ticket-ID: 313
In-Reply-To: <069.8a5afb13bde3a83a2890cff92492590b@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, ietf@augustcellars.com, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/anwqt4Mt1AzVVcHgZE0TJtHqd1Y>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #313 (Version 2 cli): align support for section/numbered with v3 draft
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 16 Jul 2016 09:12:11 -0000

#313: align support for section/numbered with v3 draft

Changes (by ietf@augustcellars.com):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed in [2247]:

 Add true and false as legal values for the attribute numbered on a
 section.xml

 Fixes issue #313

-- 
------------------------------------+----------------------------------
  Reporter:  julian.reschke@gmx.de  |      Owner:  henrik@levkowetz.com
      Type:  defect                 |     Status:  closed
  Priority:  medium                 |  Milestone:
 Component:  Version 2 cli          |    Version:  2.4.x
Resolution:  fixed                  |   Keywords:
------------------------------------+----------------------------------

Ticket URL: </ticket/313#comment:1>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sat Jul 16 07:06:10 2016
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7A1BD12D193 for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 07:06:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.187
X-Spam-Level: 
X-Spam-Status: No, score=-8.187 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.287] 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 1EFOjxbNi4pi for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 07:06:07 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 280E612B04B for <xml2rfc@ietf.org>; Sat, 16 Jul 2016 07:06:07 -0700 (PDT)
Received: from localhost ([::1]:40009 helo=zinfandel.tools.ietf.org) by zinfandel.tools.ietf.org with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from <trac@tools.ietf.org>) id 1bOQEI-0001uK-Pk; Sat, 16 Jul 2016 07:06:06 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: "xml2rfc issue tracker" <trac@tools.ietf.org>
X-Trac-Version: 0.12.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: henrik@levkowetz.com, ietf@augustcellars.com
X-Trac-Project: xml2rfc
Date: Sat, 16 Jul 2016 14:06:06 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/293#comment:1
Message-ID: <084.87d8b65da5f4bff60439fb46a20a1856@tools.ietf.org>
References: <069.b70104f141d9c31f6457e6833b013316@tools.ietf.org>
X-Trac-Ticket-ID: 293
In-Reply-To: <069.b70104f141d9c31f6457e6833b013316@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, ietf@augustcellars.com, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/vYVg1PT_4XNLFq_aF_fgbuiX1z4>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #293 (Version 2 cli html): dubious HTML output for <xref>...</xref>
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 16 Jul 2016 14:06:08 -0000

#293: dubious HTML output for <xref>...</xref>

Changes (by ietf@augustcellars.com):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fix checked in on my tree.

 Change to match the behavior that is defined in the V3 HTML document.  If
 there is a child content of the xref then that is the only text that
 appears and it is in the <a> node.  If there is no child content then use
 the generated text in the document.

 Additionally tag the <a> node with 'class="xref"' so we can look at using
 the css in the future.

-- 
------------------------------------+----------------------------------
  Reporter:  julian.reschke@gmx.de  |      Owner:  henrik@levkowetz.com
      Type:  defect                 |     Status:  closed
  Priority:  medium                 |  Milestone:
 Component:  Version 2 cli html     |    Version:  2.4.x
Resolution:  fixed                  |   Keywords:
------------------------------------+----------------------------------

Ticket URL: <https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/293#comment:1>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sat Jul 16 08:47:12 2016
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A46BC12B053 for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 08:47:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.187
X-Spam-Level: 
X-Spam-Status: No, score=-8.187 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.287] 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 rFJ5YXWb549o for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 08:47:09 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 737DB12B036 for <xml2rfc@ietf.org>; Sat, 16 Jul 2016 08:47:09 -0700 (PDT)
Received: from localhost ([::1]:54239 helo=zinfandel.tools.ietf.org) by zinfandel.tools.ietf.org with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from <trac@tools.ietf.org>) id 1bORnz-0006oZ-W2; Sat, 16 Jul 2016 08:47:03 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: "xml2rfc issue tracker" <trac@tools.ietf.org>
X-Trac-Version: 0.12.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: henrik@levkowetz.com, julian.reschke@gmx.de, ietf@augustcellars.com
X-Trac-Project: xml2rfc
Date: Sat, 16 Jul 2016 15:47:03 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/310#comment:2
Message-ID: <078.66fc6de03671f7dd1e966fc2bd9a85a2@tools.ietf.org>
References: <063.a6ac8830d8f3b3be055a045c4387d6c0@tools.ietf.org>
X-Trac-Ticket-ID: 310
In-Reply-To: <063.a6ac8830d8f3b3be055a045c4387d6c0@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, julian.reschke@gmx.de, ietf@augustcellars.com, sginoza@amsl.com, rse@rfc-editor.org, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/UmZ2kndMnNMeYETS3dHghd7PcFs>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #310 (Version 2 cli): section ordering: index placement
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 16 Jul 2016 15:47:10 -0000

#310: section ordering: index placement

Changes (by ietf@augustcellars.com):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed in my repro.

 Add code to emit sections in two sections, numbered and un-numbered,
 separately.  Then emit the numbered appendixes, the index, the unnumbered
 appendixes, cref items, authors at the end of the document.

-- 
------------------------------+----------------------------------
  Reporter:  arusso@amsl.com  |      Owner:  henrik@levkowetz.com
      Type:  defect           |     Status:  closed
  Priority:  medium           |  Milestone:
 Component:  Version 2 cli    |    Version:  2.4.x
Resolution:  fixed            |   Keywords:
------------------------------+----------------------------------

Ticket URL: <https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/310#comment:2>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sat Jul 16 08:52:26 2016
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5560012B053 for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 08:52:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.187
X-Spam-Level: 
X-Spam-Status: No, score=-8.187 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.287] 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 3dGFEzFJgIyy for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 08:52:23 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 E6F3D12B036 for <xml2rfc@ietf.org>; Sat, 16 Jul 2016 08:52:23 -0700 (PDT)
Received: from localhost ([::1]:54383 helo=zinfandel.tools.ietf.org) by zinfandel.tools.ietf.org with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from <trac@tools.ietf.org>) id 1bORt9-0007dI-PI; Sat, 16 Jul 2016 08:52:23 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: "xml2rfc issue tracker" <trac@tools.ietf.org>
X-Trac-Version: 0.12.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: henrik@levkowetz.com, ietf@augustcellars.com
X-Trac-Project: xml2rfc
Date: Sat, 16 Jul 2016 15:52:23 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: /ticket/297#comment:2
Message-ID: <084.876a4b9ec59a0a4703243d6351c06c96@tools.ietf.org>
References: <069.251bc2e363f8a220e60ba82d7b8632ce@tools.ietf.org>
X-Trac-Ticket-ID: 297
In-Reply-To: <069.251bc2e363f8a220e60ba82d7b8632ce@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, ietf@augustcellars.com, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/lgQh0zRSFpewYbKPRe0STxsBPRI>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #297 (Version 2 cli): inconsistent handling of unknown spanx styles
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 16 Jul 2016 15:52:25 -0000

#297: inconsistent handling of unknown spanx styles

Changes (by ietf@augustcellars.com):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 Fixed in [2251]:

 Fix #297

 Change to use the emph character so that the same thing happens in both
 html an text if an unknown attribute is given to spanx.

-- 
------------------------------------+----------------------------------
  Reporter:  julian.reschke@gmx.de  |      Owner:  henrik@levkowetz.com
      Type:  defect                 |     Status:  closed
  Priority:  medium                 |  Milestone:
 Component:  Version 2 cli          |    Version:  2.4.x
Resolution:  fixed                  |   Keywords:
------------------------------------+----------------------------------

Ticket URL: </ticket/297#comment:2>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sat Jul 16 09:01:06 2016
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 592F212D0F8 for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 09:01:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.187
X-Spam-Level: 
X-Spam-Status: No, score=-8.187 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-1.287] 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 mqR-fFiAQ-Wa for <xml2rfc@ietfa.amsl.com>; Sat, 16 Jul 2016 09:01:02 -0700 (PDT)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [IPv6:2001:1890:123a::1:2a]) (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 E09BE12B077 for <xml2rfc@ietf.org>; Sat, 16 Jul 2016 09:01:02 -0700 (PDT)
Received: from localhost ([::1]:55624 helo=zinfandel.tools.ietf.org) by zinfandel.tools.ietf.org with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from <trac@tools.ietf.org>) id 1bOS1W-0001Ar-Q8; Sat, 16 Jul 2016 09:01:02 -0700
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: "xml2rfc issue tracker" <trac@tools.ietf.org>
X-Trac-Version: 0.12.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: ietf@augustcellars.com
X-Trac-Project: xml2rfc
Date: Sat, 16 Jul 2016 16:01:02 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/240#comment:2
Message-ID: <083.b615235c4ee8b1331a802e1852d9d08c@tools.ietf.org>
References: <068.31c9d9bdfda0773d3984639bfdb780aa@tools.ietf.org>
X-Trac-Ticket-ID: 240
In-Reply-To: <068.31c9d9bdfda0773d3984639bfdb780aa@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: ietf@augustcellars.com, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/K54sx47A9lhGIRO1vWS7XoP8lMQ>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #240 (Version 2 cli): spurious commas in <reference
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 16 Jul 2016 16:01:04 -0000

#240: spurious commas in <reference

Changes (by ietf@augustcellars.com):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 I attempted to reproduce this with draft-ietf-json-rfc4627bis-10.xml which
 I obtained from the tracker.  I am not able to reproduce this with my
 local version of xml2rfc, I have checked in a number of fixes to
 references which have not been propagated so my best guess is that the fix
 is sitting waiting to be merged.

-- 
-----------------------------------+------------------------------------
  Reporter:  tbray@textuality.com  |      Owner:  ietf@augustcellars.com
      Type:  defect                |     Status:  closed
  Priority:  medium                |  Milestone:
 Component:  Version 2 cli         |    Version:  2.4.x
Resolution:  fixed                 |   Keywords:
-----------------------------------+------------------------------------

Ticket URL: <https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/240#comment:2>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Tue Jul 26 13:31:08 2016
Return-Path: <ietf@bobbriscoe.net>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 963F212D946 for <xml2rfc@ietfa.amsl.com>; Tue, 26 Jul 2016 13:31:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level: 
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] 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 bdGHE3pexrO2 for <xml2rfc@ietfa.amsl.com>; Tue, 26 Jul 2016 13:31:03 -0700 (PDT)
Received: from server.dnsblock1.com (server.dnsblock1.com [85.13.236.178]) (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 423E712D94F for <xml2rfc@ietf.org>; Tue, 26 Jul 2016 13:31:03 -0700 (PDT)
Received: from 157.251.114.87.dyn.plus.net ([87.114.251.157]:40092 helo=[192.168.0.7]) by server.dnsblock1.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.87) (envelope-from <ietf@bobbriscoe.net>) id 1bS90H-0002rp-37 for xml2rfc@ietf.org; Tue, 26 Jul 2016 21:31:01 +0100
To: xml2rfc@ietf.org
From: Bob Briscoe <ietf@bobbriscoe.net>
Message-ID: <5797C884.30809@bobbriscoe.net>
Date: Tue, 26 Jul 2016 21:31:00 +0100
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - server.dnsblock1.com
X-AntiAbuse: Original Domain - ietf.org
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - bobbriscoe.net
X-Get-Message-Sender-Via: server.dnsblock1.com: authenticated_id: in@bobbriscoe.net
X-Authenticated-Sender: server.dnsblock1.com: in@bobbriscoe.net
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/0mRc63RZ6XTOXxn3YoWyCzNNtlw>
Subject: [xml2rfc] tombstone links to xml2rfc-xxe
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 26 Jul 2016 20:31:06 -0000

The github site where xml2rfc-xxe is now being maintained seems to be 
the Web's best kept secret. Everything still points to the 
code.google.com site, which has not been maintained since 2011.
Could I plead that someone with access to each of the sites below 
updates them to point to the github site?

https://code.google.com/archive/p/xml2rfc-xxe/
     Please make it clear that this site is no longer maintained and 
superseded by https://github.com/wkumari/xml2rfc-xxe/blob/master/README.md

Update (at least) the following resources, to point to github, not 
code.google.com :
     https://tools.ietf.org/ [doesn't mention xml2rfc-xxe any more]
     http://xml2rfc.ietf.org/xml2rfcFAQ.html
     https://www.rfc-editor.org/pubprocess/tools/
     https://www.openhub.net/p/xml2rfc-xxe

I am assuming that the github site /is/ actually where the latest code 
is (of course there might be another site that's an even better kept 
secret). Once someone confirms I'm right, I will try to raise tickets to 
get at least some of these sites changed.



Bob

-- 
________________________________________________________________
Bob Briscoe                               http://bobbriscoe.net/


From nobody Fri Jul 29 00:13:03 2016
Return-Path: <lars@netapp.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D86C712D0AF for <xml2rfc@ietfa.amsl.com>; Fri, 29 Jul 2016 00:13:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.208
X-Spam-Level: 
X-Spam-Status: No, score=-8.208 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.287, SPF_PASS=-0.001] 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 KDWeMzL2HEuk for <xml2rfc@ietfa.amsl.com>; Fri, 29 Jul 2016 00:13:00 -0700 (PDT)
Received: from mx143.netapp.com (mx143.netapp.com [216.240.21.24]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 7B2BA12B04C for <xml2rfc@ietf.org>; Fri, 29 Jul 2016 00:13:00 -0700 (PDT)
X-IronPort-AV: E=Sophos;i="5.28,438,1464678000";  d="asc'?scan'208";a="130977630"
Received: from hioexcmbx07-prd.hq.netapp.com ([10.122.105.40]) by mx143-out.netapp.com with ESMTP; 29 Jul 2016 00:07:55 -0700
Received: from HIOEXCMBX07-PRD.hq.netapp.com (10.122.105.40) by hioexcmbx07-prd.hq.netapp.com (10.122.105.40) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Fri, 29 Jul 2016 00:07:56 -0700
Received: from HIOEXCMBX07-PRD.hq.netapp.com ([::1]) by hioexcmbx07-prd.hq.netapp.com ([fe80::2c76:6bc2:2216:a24d%21]) with mapi id 15.00.1210.000; Fri, 29 Jul 2016 00:07:56 -0700
From: "Eggert, Lars" <lars@netapp.com>
To: "xml2rfc@ietf.org" <xml2rfc@ietf.org>
Thread-Topic: Add bibliography entries based on DOI?
Thread-Index: AQHR6WftFgSxsOTTbES1YlmdXf1CSQ==
Date: Fri, 29 Jul 2016 07:07:55 +0000
Message-ID: <074F63E1-A7D0-4483-AD75-A2F0346F2A59@netapp.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
x-mailer: Apple Mail (2.3124)
x-ms-exchange-messagesentrepresentingtype: 1
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [10.120.60.37]
Content-Type: multipart/signed; boundary="Apple-Mail=_56C05EFD-E421-484D-A1E5-D48AB92A4051"; protocol="application/pgp-signature"; micalg=pgp-sha256
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/I7-YkD52kMeYXMe9EjZTvpwTzAs>
Subject: [xml2rfc] Add bibliography entries based on DOI?
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Jul 2016 07:13:02 -0000

--Apple-Mail=_56C05EFD-E421-484D-A1E5-D48AB92A4051
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

Hi,

I wonder if it would be possible to add code that would let one use DOIs =
as shorthand to automatically generate bibliography entries, similar to =
how this is possible for I-Ds and RFCs.

For example, I'd like to simply add "&10.1145/2413176.2413185" to the =
references section and have that be expanded to something like:

Luigi Rizzo and Giuseppe Lettieri. 2012. VALE, a switched ethernet for =
virtual machines. In Proceedings of the 8th international conference on =
Emerging networking experiments and technologies (CoNEXT '12). ACM, New =
York, NY, USA, 61-72. DOI=3Dhttp://dx.doi.org/10.1145/2413176.2413185

Lars

--Apple-Mail=_56C05EFD-E421-484D-A1E5-D48AB92A4051
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="signature.asc"
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJXmwDMAAoJEFS1wwm/cMFXvjAQAJqy7EyTqfDLxHVkIDDsoX/N
wVRNUELkwyAchBEEMPEpQecZGaUGWXXNBWamX/E9jJH7t38510r6QJqJjwaL0hNZ
uTZu03vEWIJC124wSYJiX+n+NYUaiPmeG73hqo1GXVsolZQjvV2Wa27CTX8nelCx
0SDW3v6J9cvce05QaKCdO9KptUB2oA5WA41n6WDcK4i0wkO077GrWdzVoMuX0LIr
PCuerUYWA3SLyuxPaREHzbSarkTum/0eqIHvaQOhL8ZFOT5sstSFC5vdAYGtP7qw
cRRMnE6cgDo+AgyFwCZQq0w/HD0tDyUunSOa+j/656uNltT8d7c7NaE6a3XSOyRl
dT5DdKJARagePF21qnuTNFO6BVQAQ0/aSOevXziBlQsjhiPLvyocarQNUhxB0+dd
itH1g2/kJ0nnPmt6TvA+U42UT5DTce0U2hdXF4qkIbEae3HKTBrvmjLFDnw7hdwi
XLoqnN952prWg5PHOOddUs7CAspwQ249nx7CdzjzcuWixWMfEY8limA8IbtUBxyQ
/14Z2d/QiKa6i/BTrk2vrQIwMFgtEYfY8/26lbSe5fImqfYcHJ+DjCtoLdcJeoff
4iWhnUSKZ6EXVcl/n+CgclfjMV2MocsrKzfSD33PRZesHfDVOZ9nA35GmaCom1hj
ge2jBYxBrpXpTpxh6cY0
=2zBl
-----END PGP SIGNATURE-----

--Apple-Mail=_56C05EFD-E421-484D-A1E5-D48AB92A4051--


From nobody Fri Jul 29 00:28:31 2016
Return-Path: <julian.reschke@greenbytes.de>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6BD2B12D099 for <xml2rfc@ietfa.amsl.com>; Fri, 29 Jul 2016 00:28:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.288
X-Spam-Level: 
X-Spam-Status: No, score=-3.288 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=-1.287, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=greenbytes.de header.b=Vwz7bYsP; dkim=pass (1024-bit key) header.d=greenbytes.de header.b=QTABfzRd
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 uF16bowECezY for <xml2rfc@ietfa.amsl.com>; Fri, 29 Jul 2016 00:28:28 -0700 (PDT)
Received: from mail.greenbytes.de (mail.greenbytes.de [5.10.171.186]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DB76C12B04C for <xml2rfc@ietf.org>; Fri, 29 Jul 2016 00:28:27 -0700 (PDT)
Received: by mail.greenbytes.de (Postfix, from userid 117) id 21CC515A072B; Fri, 29 Jul 2016 09:28:26 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=greenbytes.de; s=mail; t=1469777306; bh=aPs/zs8WlG5EOnRnjniTA1p5EMS5Tj+5gVmTIs8JlIE=; h=Subject:To:References:From:Date:In-Reply-To:From; b=Vwz7bYsPW9H2FIuXgRBNskSu9ns33y2vTk3BdVrlTd5HnEvmXhIw/X/5o0y0Q38qk IMTv00kTKmg4o9tNQw7zN1z2/629HQl3wR3QDb9/WgaGrDV0EIloYBiqPJ+2mG9ktr 4Z5mZYBcHipVv8rUwtD+eqTKvCQBmx6TbD9jZd4c=
Received: from [192.168.178.20] (unknown [93.217.83.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mail.greenbytes.de (Postfix) with ESMTPSA id 6F5A015A0223; Fri, 29 Jul 2016 09:28:25 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=greenbytes.de; s=mail; t=1469777305; bh=aPs/zs8WlG5EOnRnjniTA1p5EMS5Tj+5gVmTIs8JlIE=; h=Subject:To:References:From:Date:In-Reply-To:From; b=QTABfzRdvQCp0eEYweojJD50m/o88/kfZJF/AzdpH8fCtHNlhSs9dWi1YuYWPpqJg /8LIJcZhdOSTzF/3S3jyhPmB0QQRuaKWGSiHkZu/S+BVzmUE6iEw4rIFJu7dxF2ROI 3qZK9T3XlnH/ZJ2kWziara35WVWwQm6xMmbRtikE=
To: "Eggert, Lars" <lars@netapp.com>, "xml2rfc@ietf.org" <xml2rfc@ietf.org>
References: <074F63E1-A7D0-4483-AD75-A2F0346F2A59@netapp.com>
From: Julian Reschke <julian.reschke@greenbytes.de>
Message-ID: <983f6990-6207-b7f9-13fb-0e5f28f13868@greenbytes.de>
Date: Fri, 29 Jul 2016 09:28:27 +0200
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0
MIME-Version: 1.0
In-Reply-To: <074F63E1-A7D0-4483-AD75-A2F0346F2A59@netapp.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/N1sND0TOZ2O3g_7qH_ae_K0K2P4>
Subject: Re: [xml2rfc] Add bibliography entries based on DOI?
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Jul 2016 07:28:30 -0000

On 2016-07-29 09:07, Eggert, Lars wrote:
> Hi,
>
> I wonder if it would be possible to add code that would let one use DOIs as shorthand to automatically generate bibliography entries, similar to how this is possible for I-Ds and RFCs.
>
> For example, I'd like to simply add "&10.1145/2413176.2413185" to the references section and have that be expanded to something like:
>
> Luigi Rizzo and Giuseppe Lettieri. 2012. VALE, a switched ethernet for virtual machines. In Proceedings of the 8th international conference on Emerging networking experiments and technologies (CoNEXT '12). ACM, New York, NY, USA, 61-72. DOI=http://dx.doi.org/10.1145/2413176.2413185
>
> Lars

a) Is there a DOI database we can query (preferably in XML)?

b) FWIW, "&10.1145/2413176.2413185;" wouldn't work; the start character 
can't be a digit, and a forward slash would not be allowed.

Best regards, Julian


From nobody Fri Jul 29 00:46:05 2016
Return-Path: <lars@netapp.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9360012D53B for <xml2rfc@ietfa.amsl.com>; Fri, 29 Jul 2016 00:46:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.208
X-Spam-Level: 
X-Spam-Status: No, score=-8.208 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.287, SPF_PASS=-0.001] 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 avtG0F2Pc1TC for <xml2rfc@ietfa.amsl.com>; Fri, 29 Jul 2016 00:46:02 -0700 (PDT)
Received: from mx142.netapp.com (mx142.netapp.com [216.240.21.19]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3802C12D504 for <xml2rfc@ietf.org>; Fri, 29 Jul 2016 00:46:01 -0700 (PDT)
X-IronPort-AV: E=Sophos;i="5.28,438,1464678000";  d="asc'?scan'208";a="126971410"
Received: from hioexcmbx04-prd.hq.netapp.com ([10.122.105.37]) by mx142-out.netapp.com with ESMTP; 29 Jul 2016 00:45:40 -0700
Received: from HIOEXCMBX07-PRD.hq.netapp.com (10.122.105.40) by hioexcmbx04-prd.hq.netapp.com (10.122.105.37) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Fri, 29 Jul 2016 00:45:37 -0700
Received: from HIOEXCMBX07-PRD.hq.netapp.com ([::1]) by hioexcmbx07-prd.hq.netapp.com ([fe80::2c76:6bc2:2216:a24d%21]) with mapi id 15.00.1210.000; Fri, 29 Jul 2016 00:45:39 -0700
From: "Eggert, Lars" <lars@netapp.com>
To: Julian Reschke <julian.reschke@greenbytes.de>
Thread-Topic: [xml2rfc] Add bibliography entries based on DOI?
Thread-Index: AQHR6WfuoNticnLRdk2WYSJsxY4zv6AveCGAgAAEzQA=
Date: Fri, 29 Jul 2016 07:45:38 +0000
Message-ID: <EC8DC6B5-D1B6-4012-82F6-250D61F841A9@netapp.com>
References: <074F63E1-A7D0-4483-AD75-A2F0346F2A59@netapp.com> <983f6990-6207-b7f9-13fb-0e5f28f13868@greenbytes.de>
In-Reply-To: <983f6990-6207-b7f9-13fb-0e5f28f13868@greenbytes.de>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
x-mailer: Apple Mail (2.3124)
x-ms-exchange-messagesentrepresentingtype: 1
x-ms-exchange-transport-fromentityheader: Hosted
x-originating-ip: [10.120.60.37]
Content-Type: multipart/signed; boundary="Apple-Mail=_7B149BE4-E36E-4861-B5F0-7C1DED073759"; protocol="application/pgp-signature"; micalg=pgp-sha256
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/oVpzsQOHYRAsGomYYpdL4B9FOrA>
Cc: "xml2rfc@ietf.org" <xml2rfc@ietf.org>
Subject: Re: [xml2rfc] Add bibliography entries based on DOI?
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Jul 2016 07:46:03 -0000

--Apple-Mail=_7B149BE4-E36E-4861-B5F0-7C1DED073759
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252

On 2016-07-29, at 10:28, Julian Reschke <julian.reschke@greenbytes.de> =
wrote:
> a) Is there a DOI database we can query (preferably in XML)?

I think there is a way to get XML and/or JSON from doi.org: =
https://www.doi.org/doi_handbook/5_Applications.html#5.4.1

There are also related services like crossref.org that seem to offer a =
JSON API, e.g., =
https://api.crossref.org/v1/works/http://dx.doi.org/10.1145/2413176.241318=
5, but going via doi.org is probably better.

> b) FWIW, "&10.1145/2413176.2413185;" wouldn't work; the start =
character can't be a digit, and a forward slash would not be allowed.

That shouldn't be too much of an issue, we can define some =
transformation.

Thanks,
Lars

--Apple-Mail=_7B149BE4-E36E-4861-B5F0-7C1DED073759
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="signature.asc"
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Message signed with OpenPGP using GPGMail

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJXmwmiAAoJEFS1wwm/cMFXiPAP/R04jq77aTOGE7Htg47S+qaR
wX7Acz9bvHij5OesAiXsepzddVnoWNvlBciBOm0+HReHKYWnAw+qxooKDHIm9F+l
n/YJQzNw9RE6tYGLforo4e4lyE0w5BM7awc+8oZMIgffC1bOIu2d17a6jzcch48G
Xq03LIR4xSpEB2PLpE3jzRO8zL8kLJSY0Kh0lh5qQV3pmd1MQhyxMjLzxVsP1TaZ
H0tsw+T4hDoakisaYqv+NwuNgJhIwusEybLpqEV/OzoVNvlg6Y4FNBCpAjmjsNJm
2f3p2twXDQHjqEzO/5Y0f5gyldG4pluujbSZXVA5F6HlMdP+z4EscetkiaVtovcg
DavBe8Nsild66Cz9lXnuTHcPll4m9SQ38uvIU0LYgo2J+GSma7f/3L/eLOScb8Mt
gyMmthcN7Og1MJJoeKPBNXnokCtWfl8p4nffw0vxhhgodGMJC3WGxRB775c0BcwE
dwJLEou2ID6i6UxpoPSRowvR1jTQLP0qIm3noezWbnOs9NQumRxdjwS15Zw7nYNT
pPEXsZyGzTV+NwnE56tuo6ej1SyXyiKqZZmdTV3qf7KQ1FqHiJ9173TGDogH0x8r
a3c1aTo40kmuxxJZhU63fBcRrfToLBSKP6Oa6UelpXM1CjSH5cDqXK/z5BOKVp7r
fM90LL24b3sv0D0y10IS
=I6lc
-----END PGP SIGNATURE-----

--Apple-Mail=_7B149BE4-E36E-4861-B5F0-7C1DED073759--


From nobody Fri Jul 29 02:01:11 2016
Return-Path: <dev+ietf@seantek.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2255B12D939 for <xml2rfc@ietfa.amsl.com>; Fri, 29 Jul 2016 02:01:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.601
X-Spam-Level: 
X-Spam-Status: No, score=-2.601 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001] 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 Tc_Y1EGDpeuZ for <xml2rfc@ietfa.amsl.com>; Fri, 29 Jul 2016 02:01:08 -0700 (PDT)
Received: from mxout-08.mxes.net (mxout-08.mxes.net [216.86.168.183]) (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 E9E7512D925 for <xml2rfc@ietf.org>; Fri, 29 Jul 2016 02:01:07 -0700 (PDT)
Received: from [192.168.123.7] (unknown [75.83.2.34]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id C3D6C50A85 for <xml2rfc@ietf.org>; Fri, 29 Jul 2016 05:01:06 -0400 (EDT)
To: xml2rfc@ietf.org
References: <074F63E1-A7D0-4483-AD75-A2F0346F2A59@netapp.com> <983f6990-6207-b7f9-13fb-0e5f28f13868@greenbytes.de> <EC8DC6B5-D1B6-4012-82F6-250D61F841A9@netapp.com>
From: Sean Leonard <dev+ietf@seantek.com>
Message-ID: <911867f8-14c6-caed-27f9-fc9e59e1975f@seantek.com>
Date: Fri, 29 Jul 2016 01:59:42 -0700
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0
MIME-Version: 1.0
In-Reply-To: <EC8DC6B5-D1B6-4012-82F6-250D61F841A9@netapp.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/qHARQRkBfGDg9hr9qYHw7IC0ixo>
Subject: Re: [xml2rfc] Add bibliography entries based on DOI?
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 29 Jul 2016 09:01:10 -0000

On 7/29/2016 12:45 AM, Eggert, Lars wrote:
> On 2016-07-29, at 10:28, Julian Reschke <julian.reschke@greenbytes.de> wrote:
>> a) Is there a DOI database we can query (preferably in XML)?
> I think there is a way to get XML and/or JSON from doi.org: https://www.doi.org/doi_handbook/5_Applications.html#5.4.1
>
> There are also related services like crossref.org that seem to offer a JSON API, e.g., https://api.crossref.org/v1/works/http://dx.doi.org/10.1145/2413176.2413185, but going via doi.org is probably better.
>
>> b) FWIW, "&10.1145/2413176.2413185;" wouldn't work; the start character can't be a digit, and a forward slash would not be allowed.
> That shouldn't be too much of an issue, we can define some transformation.

FYI, xml2rfc conforms to DTD ID, which is XML Name:
https://www.w3.org/TR/2008/PER-xml-20080205/#NT-Name

minus the characters beyond ASCII.

Sean


From nobody Fri Jul 29 20:36:17 2016
Return-Path: <johnl@taugh.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BEF7912D8DB for <xml2rfc@ietfa.amsl.com>; Fri, 29 Jul 2016 20:36:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level: 
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] 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 BO5RB0lIp5Pj for <xml2rfc@ietfa.amsl.com>; Fri, 29 Jul 2016 20:36:14 -0700 (PDT)
Received: from miucha.iecc.com (abusenet-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:1126::2]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C110D12DB1E for <xml2rfc@ietf.org>; Fri, 29 Jul 2016 20:36:13 -0700 (PDT)
Received: (qmail 35666 invoked from network); 30 Jul 2016 03:36:13 -0000
Received: from unknown (64.57.183.18) by mail1.iecc.com with QMQP; 30 Jul 2016 03:36:13 -0000
Date: 30 Jul 2016 03:35:50 -0000
Message-ID: <20160730033550.37665.qmail@ary.lan>
From: "John Levine" <johnl@taugh.com>
To: xml2rfc@ietf.org
In-Reply-To: <983f6990-6207-b7f9-13fb-0e5f28f13868@greenbytes.de>
Organization: 
X-Headerized: yes
Mime-Version: 1.0
Content-type: text/plain; charset=utf-8
Content-transfer-encoding: 8bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/GBnivSR8n36lkCvcUr0qkkOzaSk>
Cc: julian.reschke@greenbytes.de
Subject: Re: [xml2rfc] Add bibliography entries based on DOI?
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 30 Jul 2016 03:36:16 -0000

>a) Is there a DOI database we can query (preferably in XML)?

Yes, the whole point of a DOI is that it's a key to a bibliography
database.  The info is available in a bunch of formats which you can
get using the usual http content negotiation.

The largest part of the work I had to do adding the DOIs to RFCs was
the script that parsed the bibliographic info out of the existing formats
and uploaded it to Crossref.

Here's a typical example of what you can get.  For more info see
http://crosscite.org/cn/

$ curl -LH "Accept: application/rdf+xml" http://dx.doi.org/10.17487/RFC7942

<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:j.0="http://purl.org/dc/terms/"
    xmlns:j.1="http://prismstandard.org/namespaces/basic/2.1/"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:j.2="http://purl.org/ontology/bibo/"
    xmlns:j.3="http://xmlns.com/foaf/0.1/">
  <rdf:Description rdf:about="http://dx.doi.org/10.17487/RFC7942">
    <owl:sameAs rdf:resource="http://dx.doi.org/10.17487/rfc7942"/>
    <owl:sameAs rdf:resource="doi:10.17487/rfc7942"/>
    <j.0:publisher>RFC Editor</j.0:publisher>
    <j.0:title>Improving Awareness of Running Code: The Implementation Status Section</j.0:title>
    <j.0:date rdf:datatype="http://www.w3.org/2001/XMLSchema#gYearMonth"
    >2016-07</j.0:date>
    <j.0:creator>
      <j.3:Person rdf:about="http://id.crossref.org/contributor/a-farrel-2ckdliq1jz8gg">
        <j.3:name>A. Farrel</j.3:name>
        <j.3:familyName>Farrel</j.3:familyName>
        <j.3:givenName>A.</j.3:givenName>
      </j.3:Person>
    </j.0:creator>
    <j.1:doi>10.17487/rfc7942</j.1:doi>
    <owl:sameAs rdf:resource="info:doi/10.17487/rfc7942"/>
    <j.0:creator>
      <j.3:Person rdf:about="http://id.crossref.org/contributor/y-sheffer-2ckdliq1jz8gg">
        <j.3:name>Y. Sheffer</j.3:name>
        <j.3:familyName>Sheffer</j.3:familyName>
        <j.3:givenName>Y.</j.3:givenName>
      </j.3:Person>
    </j.0:creator>
    <j.2:doi>10.17487/rfc7942</j.2:doi>
    <j.0:identifier>10.17487/rfc7942</j.0:identifier>
  </rdf:Description>
</rdf:RDF>

