
From nobody Tue Aug  5 06:16:18 2014
Return-Path: <lear@cisco.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EF6961B279D for <xml2rfc@ietfa.amsl.com>; Tue,  5 Aug 2014 06:16:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.8
X-Spam-Level: 
X-Spam-Status: No, score=-6.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham
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 cMG5UF-Bflvw for <xml2rfc@ietfa.amsl.com>; Tue,  5 Aug 2014 06:16:05 -0700 (PDT)
Received: from cyclone.public.resource.org (cyclone.public.resource.org [192.101.98.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C79FC1B278A for <xml2rfc@ietf.org>; Tue,  5 Aug 2014 06:15:55 -0700 (PDT)
Received: from aer-iport-1.cisco.com (aer-iport-1.cisco.com [173.38.203.51]) by cyclone.public.resource.org (8.14.5/8.14.4) with ESMTP id s75DFmKH087391 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for <xml2rfc@lists.xml.resource.org>; Tue, 5 Aug 2014 06:15:50 -0700 (PDT) (envelope-from lear@cisco.com)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=592; q=dns/txt; s=iport; t=1407244550; x=1408454150; h=message-id:date:from:mime-version:to:subject: content-transfer-encoding; bh=fnxaR/o/9Agi0UGjoKKXa2WiJsE2wgIdtCJlvuQQSdI=; b=hMDZ8Foy/q5oj7BqcUn1f3B40aZfG4h3xiwWX/GlGX0MmzZ0Wf6QuPEm 3aNHIB2NJieZGlArXpmNIQR0FwKXs2X5eG8XMWbbM4eN1zFT5Md4/mNMi UG7HPsNuEwxapceMQW3wFwH6pWUCeHgJfxPSu9uKTjgqvGzs3mCCcdd/a Q=;
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AsgEAKTY4FOtJssW/2dsb2JhbABbg19XgnfIfIhzd4QtVTYCBRYLAgsDAgECAVgIAQGIPg2cR48rlx4XgSyMEIItgmOBUgEEnA2HI40+g087LwE
X-IronPort-AV: E=Sophos;i="5.01,804,1400025600"; d="scan'208";a="133845738"
Received: from aer-iport-nat.cisco.com (HELO aer-core-1.cisco.com) ([173.38.203.22]) by aer-iport-1.cisco.com with ESMTP; 05 Aug 2014 13:15:42 +0000
Received: from [10.61.221.41] ([10.61.221.41]) by aer-core-1.cisco.com (8.14.5/8.14.5) with ESMTP id s75DFg8c023154 for <xml2rfc@lists.xml.resource.org>; Tue, 5 Aug 2014 13:15:42 GMT
Message-ID: <53E0D8FE.5000805@cisco.com>
Date: Tue, 05 Aug 2014 15:15:42 +0200
From: Eliot Lear <lear@cisco.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: xml2rfc@lists.xml.resource.org
X-Enigmail-Version: 1.6
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Archived-At: http://mailarchive.ietf.org/arch/msg/xml2rfc/JLFwyzRAnoezTYv8EMG_8bma3aM
Subject: [xml2rfc] Referencing the RFC Index?
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
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: <http://www.ietf.org/mail-archive/web/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 Aug 2014 13:16:16 -0000

No kidding.  I need to.  I've tried the below and end up with a blank
line after the target, and an annoying comma.  But anyway, anyone got
anything better?

<reference anchor='RFC-INDEX'>

<front>
<title>Index of all Requests for Comments</title>
<author initials='' surname='RFC Editor' fullname='RFC Editor'>
<organization /></author>
<date year='2014' month='August' />
<abstract>
<t>Index of all Requests for Comments</t></abstract></front>

<seriesInfo name='RFC' value='Index' />
<format type='TXT' target='http://www.rfc-editor.org/rfc/rfc-index.txt' />
</reference>


From nobody Tue Aug  5 11:37:03 2014
Return-Path: <dwing@cisco.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B7D371A008B for <xml2rfc@ietfa.amsl.com>; Tue,  5 Aug 2014 11:37:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -9.5
X-Spam-Level: 
X-Spam-Status: No, score=-9.5 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, USER_IN_DEF_DKIM_WL=-7.5] autolearn=ham
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 DSxzFm831C7T for <xml2rfc@ietfa.amsl.com>; Tue,  5 Aug 2014 11:36:56 -0700 (PDT)
Received: from cyclone.public.resource.org (cyclone.public.resource.org [192.101.98.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 499D51A004D for <xml2rfc@ietf.org>; Tue,  5 Aug 2014 11:36:56 -0700 (PDT)
Received: from rcdn-iport-9.cisco.com (rcdn-iport-9.cisco.com [173.37.86.80]) by cyclone.public.resource.org (8.14.5/8.14.4) with ESMTP id s75IaoiP099206 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for <xml2rfc@lists.xml.resource.org>; Tue, 5 Aug 2014 11:36:51 -0700 (PDT) (envelope-from dwing@cisco.com)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1328; q=dns/txt; s=iport; t=1407263812; x=1408473412; h=mime-version:subject:from:in-reply-to:date:cc: content-transfer-encoding:message-id:references:to; bh=i/bcRuEKEPa1XNqzk+xgt0ELkqKP8ysJ5Jenep98SPk=; b=gZPwlcM6iN8l4fXg1vgPckGFB4lPgoh2cbLRjUNzEWtSsddFhNJ8MJOv F8xsrdkHesLiMikfiimoNsyR5ZZGuL8ga/J2NDvLwCv31FQcfsgX0KPjD Vjynb+aQh0iydtMNLFcIfk8odxbCUZemhNLKy/cMDGCbaod3mlqA5OWA0 4=;
X-IronPort-AV: E=Sophos;i="5.01,806,1400025600"; d="scan'208";a="342186502"
Received: from alln-core-10.cisco.com ([173.36.13.132]) by rcdn-iport-9.cisco.com with ESMTP; 05 Aug 2014 18:36:46 +0000
Received: from sjc-vpn1-1418.cisco.com (sjc-vpn1-1418.cisco.com [10.21.101.138]) by alln-core-10.cisco.com (8.14.5/8.14.5) with ESMTP id s75IagZX032251 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Tue, 5 Aug 2014 18:36:44 GMT
Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\))
From: Dan Wing <dwing@cisco.com>
In-Reply-To: <53E0D8FE.5000805@cisco.com>
Date: Tue, 5 Aug 2014 11:36:42 -0700
Content-Transfer-Encoding: quoted-printable
Message-Id: <B957D3B1-DFB7-4253-AFFE-C59B2C8311F9@cisco.com>
References: <53E0D8FE.5000805@cisco.com>
To: Eliot Lear <lear@cisco.com>
X-Mailer: Apple Mail (2.1878.6)
Archived-At: http://mailarchive.ietf.org/arch/msg/xml2rfc/Tv9-gMegxQEi6Top-WHfIjT66OY
Cc: xml2rfc@lists.xml.resource.org
Subject: Re: [xml2rfc] Referencing the RFC Index?
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
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: <http://www.ietf.org/mail-archive/web/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 Aug 2014 18:37:01 -0000

On Aug 5, 2014, at 6:15 AM, Eliot Lear <lear@cisco.com> wrote:

> No kidding.  I need to.  I've tried the below and end up with a blank
> line after the target, and an annoying comma.  But anyway, anyone got
> anything better?
>=20
> <reference anchor=3D'RFC-INDEX'>
>=20
> <front>
> <title>Index of all Requests for Comments</title>
> <author initials=3D'' surname=3D'RFC Editor' fullname=3D'RFC Editor'>
> <organization /></author>
> <date year=3D'2014' month=3D'August' />
> <abstract>
> <t>Index of all Requests for Comments</t></abstract></front>
>=20
> <seriesInfo name=3D'RFC' value=3D'Index' />
> <format type=3D'TXT' =
target=3D'http://www.rfc-editor.org/rfc/rfc-index.txt' />
> </reference>


<reference anchor=3D'Index' =
target=3D"http://www.rfc-editor.org/rfc/rfc-index.txt">
<front>
<title>Index of all Requests for Comments</title>
<author><organization>RFC Editor</organization></author>
<date year=3D'2014' month=3D'August' />
</front>
</reference>


   [Index]    RFC Editor, "Index of all Requests for Comments", August
              2014, <http://www.rfc-editor.org/rfc/rfc-index.txt>.


I would leave off the date, though; too hard to remember to update it, =
and it isn't important until final RFC publication (if even then, for =
this particular citation?).

-d


From nobody Mon Aug 11 11:56:11 2014
Return-Path: <Michael.Jones@microsoft.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 7C10B1A0048 for <xml2rfc@ietfa.amsl.com>; Mon, 11 Aug 2014 11:56:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.702
X-Spam-Level: 
X-Spam-Status: No, score=-0.702 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham
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 YNquDAYM_Zay for <xml2rfc@ietfa.amsl.com>; Mon, 11 Aug 2014 11:56:08 -0700 (PDT)
Received: from na01-bl2-obe.outbound.protection.outlook.com (mail-bl2lp0209.outbound.protection.outlook.com [207.46.163.209]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id E5EE01A0025 for <xml2rfc@ietf.org>; Mon, 11 Aug 2014 11:56:07 -0700 (PDT)
Received: from BY2PR03MB189.namprd03.prod.outlook.com (10.242.36.140) by BY2PR03MB362.namprd03.prod.outlook.com (10.242.237.15) with Microsoft SMTP Server (TLS) id 15.0.995.14; Mon, 11 Aug 2014 18:55:59 +0000
Received: from BN3PR0301CA0027.namprd03.prod.outlook.com (25.160.180.165) by BY2PR03MB189.namprd03.prod.outlook.com (10.242.36.140) with Microsoft SMTP Server (TLS) id 15.0.1005.10; Mon, 11 Aug 2014 18:55:57 +0000
Received: from BL2FFO11FD016.protection.gbl (2a01:111:f400:7c09::153) by BN3PR0301CA0027.outlook.office365.com (2a01:111:e400:4000::37) with Microsoft SMTP Server (TLS) id 15.0.1005.10 via Frontend Transport; Mon, 11 Aug 2014 18:55:56 +0000
Received: from mail.microsoft.com (131.107.125.37) by BL2FFO11FD016.mail.protection.outlook.com (10.173.160.224) with Microsoft SMTP Server (TLS) id 15.0.1010.11 via Frontend Transport; Mon, 11 Aug 2014 18:55:56 +0000
Received: from TK5EX14MBXC293.redmond.corp.microsoft.com ([169.254.2.111]) by TK5EX14MLTC104.redmond.corp.microsoft.com ([157.54.79.159]) with mapi id 14.03.0195.002; Mon, 11 Aug 2014 18:55:15 +0000
From: Mike Jones <Michael.Jones@microsoft.com>
To: "xml2rfc@ietf.org" <xml2rfc@ietf.org>
Thread-Topic: <?rfc private="..." ?> and <?rfc iprnotified="no" ?> not documented in draft-reschke-xml2rfc
Thread-Index: Ac+1lcktK+cQQZNcTyqAzTdrHXhpAw==
Date: Mon, 11 Aug 2014 18:55:14 +0000
Message-ID: <4E1F6AAD24975D4BA5B16804296739439AE13B17@TK5EX14MBXC293.redmond.corp.microsoft.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
x-originating-ip: [157.54.51.74]
Content-Type: multipart/alternative; boundary="_000_4E1F6AAD24975D4BA5B16804296739439AE13B17TK5EX14MBXC293r_"
MIME-Version: 1.0
X-EOPAttributedMessage: 0
X-Forefront-Antispam-Report: CIP:131.107.125.37; CTRY:US; IPV:CAL; IPV:NLI; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(6009001)(438002)(189002)(199002)(164054003)(33656002)(2351001)(110136001)(95666004)(74662001)(74502001)(83072002)(80022001)(85852003)(229853001)(86362001)(6806004)(20776003)(83322001)(81156004)(106466001)(107886001)(64706001)(104016003)(19580395003)(44976005)(19300405004)(77096002)(107046002)(31966008)(85306004)(15202345003)(512954002)(81542001)(86612001)(99396002)(87936001)(54356999)(50986999)(97736001)(2656002)(69596002)(68736004)(19625215002)(26826002)(4396001)(15975445006)(76482001)(77982001)(16236675004)(81342001)(84676001)(21056001)(66066001)(92566001)(55846006)(46102001)(79102001)(92726001)(71186001)(84326002)(2501001); DIR:OUT; SFP:; SCL:1; SRVR:BY2PR03MB189; H:mail.microsoft.com; FPR:; MLV:ovrnspm; PTR:InfoDomainNonexistent; MX:1; LANG:en; 
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;UriScan:;
X-O365ENT-EOP-Header: Message processed by -  O365_ENT: Allow from ranges (Engineering ONLY)
X-Forefront-PRVS: 03008837BD
Received-SPF: Pass (protection.outlook.com: domain of microsoft.com designates 131.107.125.37 as permitted sender) receiver=protection.outlook.com;  client-ip=131.107.125.37; helo=mail.microsoft.com;
Authentication-Results: spf=pass (sender IP is 131.107.125.37) smtp.mailfrom=Michael.Jones@microsoft.com; 
X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:
X-OriginatorOrg: microsoft.onmicrosoft.com
Archived-At: http://mailarchive.ietf.org/arch/msg/xml2rfc/roVTL0CiMw5WdQjZSLmLWJc_jeQ
Subject: [xml2rfc] <?rfc private="..." ?> and <?rfc iprnotified="no" ?> not documented in draft-reschke-xml2rfc
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
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: <http://www.ietf.org/mail-archive/web/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: Mon, 11 Aug 2014 18:56:10 -0000

--_000_4E1F6AAD24975D4BA5B16804296739439AE13B17TK5EX14MBXC293r_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

The <?rfc private=3D"..." ?> feature of the v1 and v2 xml2rfc processers is=
 not documented in draft-reschke-xml2rfc.  This feature is used by organiza=
tions outside of the IETF when producing specs.  For instance, draft OpenID=
 specifications use the directive:
                <?rfc private=3D"Draft" ?>
Final OpenID specifications use the directive:
                <?rfc private=3D"Final" ?>

Also, this directive is not documented, which is also used by these specifi=
cations:
                <?rfc iprnotified=3D"no" ?>

Could you please add these to the documented behaviors?

                                                                Thanks,
                                                                -- Mike


--_000_4E1F6AAD24975D4BA5B16804296739439AE13B17TK5EX14MBXC293r_
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-micr=
osoft-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=3D"Generator" content=3D"Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@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=3D"EN-US" link=3D"blue" vlink=3D"purple">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">The &lt;?rfc private=3D&quot;...&quot; ?&gt; feature=
 of the v1 and v2 xml2rfc processers is not documented in draft-reschke-xml=
2rfc.&nbsp; This feature is used by organizations outside of the IETF when =
producing specs.&nbsp; For instance, draft OpenID specifications
 use the directive:<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?rfc private=3D&quot;Draft&quot;=
 ?&gt;<o:p></o:p></p>
<p class=3D"MsoNormal">Final OpenID specifications use the directive:<o:p><=
/o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?rfc private=3D&quot;Final&quot;=
 ?&gt;<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Also, this directive is not documented, which is als=
o used by these specifications:<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;?rfc iprnotified=3D&quot;no&quot=
; ?&gt;<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">Could you please add these to the documented behavio=
rs?<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp; Thanks,<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs=
p;&nbsp;&nbsp;&nbsp;&nbsp; -- Mike<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>

--_000_4E1F6AAD24975D4BA5B16804296739439AE13B17TK5EX14MBXC293r_--


From nobody Thu Aug 14 08:15:53 2014
Return-Path: <fred@cisco.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 694311A6F25 for <xml2rfc@ietfa.amsl.com>; Thu, 14 Aug 2014 08:15:50 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -115.169
X-Spam-Level: 
X-Spam-Status: No, score=-115.169 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, RP_MATCHES_RCVD=-0.668, SPF_PASS=-0.001, USER_IN_DEF_DKIM_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=ham
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 o01OT15yTryU for <xml2rfc@ietfa.amsl.com>; Thu, 14 Aug 2014 08:15:44 -0700 (PDT)
Received: from rcdn-iport-7.cisco.com (rcdn-iport-7.cisco.com [173.37.86.78]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DF25B1A06D9 for <xml2rfc@ietf.org>; Thu, 14 Aug 2014 08:15:43 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1741; q=dns/txt; s=iport; t=1408029344; x=1409238944; h=from:to:subject:date:message-id:references:mime-version; bh=x1MIKy8us0Wb9GAuq5hQAEEoQmKxy9VTgMxwLe8W2eA=; b=KcA6lKpxkmSPvroQUR5QTSdcYEG47XrEWMtK5R2/Gm7cBMWSQZEfdkMv DuG/WuqFYx6FUVX8+iCXOZXPI4TcCcmNle7ahNjSxsXVHWZH/Z2h0Uj4o 2Xb8bWmvKVCHX93j3oDpgxlHOTwSC+INHBVA+XkgAVOY0xjvf/pRxoc8r 4=;
X-Files: signature.asc : 195
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AhwFAMvR7FOtJV2S/2dsb2JhbABZgw1TVwS0UpkRCodJgRcWd4QDAQEBAwF+CwIBGQMBAi8yGwIIAgQTDogsCA3FaxePCjEegymBHQWFAwKJcoImggCBSodSiC6DV4h5g1xsAYEHQIEHAQEB
X-IronPort-AV: E=Sophos;i="5.01,863,1400025600";  d="asc'?scan'208";a="347502404"
Received: from rcdn-core-10.cisco.com ([173.37.93.146]) by rcdn-iport-7.cisco.com with ESMTP; 14 Aug 2014 15:15:41 +0000
Received: from xhc-rcd-x12.cisco.com (xhc-rcd-x12.cisco.com [173.37.183.86]) by rcdn-core-10.cisco.com (8.14.5/8.14.5) with ESMTP id s7EFFfNw007056 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for <xml2rfc@ietf.org>; Thu, 14 Aug 2014 15:15:41 GMT
Received: from xmb-rcd-x09.cisco.com ([169.254.9.15]) by xhc-rcd-x12.cisco.com ([173.37.183.86]) with mapi id 14.03.0195.001; Thu, 14 Aug 2014 10:15:41 -0500
From: "Fred Baker (fred)" <fred@cisco.com>
To: "xml2rfc@ietf.org" <xml2rfc@ietf.org>
Thread-Topic: Issue in upgrading to XMLMind v 6_0_0
Thread-Index: AQHPt9Kc80CACchqeEiy5D+6g3wz1w==
Date: Thu, 14 Aug 2014 15:15:41 +0000
Message-ID: <8E181757-C5EB-4109-8018-5ABD5259C4E8@cisco.com>
References: <53D2DD33-8773-4826-91E8-66B0B3B1F775@cisco.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
x-originating-ip: [10.89.14.130]
Content-Type: multipart/signed; boundary="Apple-Mail=_19DC3349-4C74-4D89-9FCC-4C2D8816C698"; protocol="application/pgp-signature"; micalg=pgp-sha1
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/xml2rfc/IIeYKvf4gvvj_Ju3Ryl7EF2g_Tw
Subject: [xml2rfc] Fwd: Issue in upgrading to XMLMind v 6_0_0
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
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: <http://www.ietf.org/mail-archive/web/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: Thu, 14 Aug 2014 15:15:50 -0000

--Apple-Mail=_19DC3349-4C74-4D89-9FCC-4C2D8816C698
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252

I sent this to the google group and got no reply. Has anyone on this =
list tried upgrading to the latest xmlmind version and found a =
resolution to the import issue?

Begin forwarded message:

> From: "Fred Baker (fred)" <fred@cisco.com>
> Subject: Issue in upgrading to XMLMind v 6_0_0
> Date: July 29, 2014 at 12:07:16 PM PDT
> To: "xml2rfc-xxe-users@googlegroups.com" =
<xml2rfc-xxe-users@googlegroups.com>
>=20
> I have just downloaded the new code, which was apparently released a =
few weeks ago. Each time I do this I have to remember how to add the XXE =
add-on, and each time it seems just a little different.
>=20
> In this case, there is a URI that needs to be removed from the =
standard list, which is OK but took a little searching to find. But now =
attempting to add
> 	http://xml2rfc-xxe.googlecode.com/svn/release/xml2rfc.xxe_addon
> results in a message that the files =93in that directory=94 (is that a =
directory?) have to be zip encoded.=20
>=20
> Anyone have a clue what the story is? What do I need to do?


--Apple-Mail=_19DC3349-4C74-4D89-9FCC-4C2D8816C698
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

iD8DBQFT7NKbbjEdbHIsm0MRArsdAJ0SS4wOr0WouzuPBjbwbirkqGhNEQCfaZe4
O8tnK3wdrmL/2+qaDel1nCw=
=LVRG
-----END PGP SIGNATURE-----

--Apple-Mail=_19DC3349-4C74-4D89-9FCC-4C2D8816C698--


From nobody Thu Aug 14 16:38:26 2014
Return-Path: <julian.reschke@gmx.de>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A02071A898B for <xml2rfc@ietfa.amsl.com>; Thu, 14 Aug 2014 16:38:24 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=ham
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 fck92fFVU5Gj for <xml2rfc@ietfa.amsl.com>; Thu, 14 Aug 2014 16:38:23 -0700 (PDT)
Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (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 E571F1A898A for <xml2rfc@ietf.org>; Thu, 14 Aug 2014 16:38:22 -0700 (PDT)
Received: from [192.168.208.77] ([209.117.47.248]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0MLfH9-1XILqR06KJ-000wSz; Fri, 15 Aug 2014 01:38:21 +0200
Message-ID: <53ED4850.2030909@gmx.de>
Date: Fri, 15 Aug 2014 01:37:52 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0
MIME-Version: 1.0
To: Mike Jones <Michael.Jones@microsoft.com>,  "xml2rfc@ietf.org" <xml2rfc@ietf.org>
References: <4E1F6AAD24975D4BA5B16804296739439AE13B17@TK5EX14MBXC293.redmond.corp.microsoft.com>
In-Reply-To: <4E1F6AAD24975D4BA5B16804296739439AE13B17@TK5EX14MBXC293.redmond.corp.microsoft.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-Provags-ID: V03:K0:4suCu8fkdBVsh9bMrAU4dTWLL4D95hWc6Rs5HtIGsicCsu5LAi0 Lq5WiHnYot0x+pnhJnFPU277Cgm/i5pPBPpq0Gw/hnxfhjX2MszR8085YvyAzKGnYCSzjNW apTPb6mR5mswMfTXYtkR0h/IBQBrUezqUOgRRj/MwfTb6RpxvesQi5juKWwBuh9jfnJRBXh vFq1e1oWlAlOXwfxJ+S1g==
X-UI-Out-Filterresults: notjunk:1;
Archived-At: http://mailarchive.ietf.org/arch/msg/xml2rfc/s7C3qeSQAGsS-ASF9GBSGSuT-ug
Subject: Re: [xml2rfc] <?rfc private="..." ?> and <?rfc iprnotified="no" ?> not documented in draft-reschke-xml2rfc
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
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: <http://www.ietf.org/mail-archive/web/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: Thu, 14 Aug 2014 23:38:24 -0000

On 2014-08-11 20:55, Mike Jones wrote:
> The <?rfc private="..." ?> feature of the v1 and v2 xml2rfc processers
> is not documented in draft-reschke-xml2rfc.  This feature is used by
> organizations outside of the IETF when producing specs.  For instance,
> draft OpenID specifications use the directive:
>
>                  <?rfc private="Draft" ?>
>
> Final OpenID specifications use the directive:
>
>                  <?rfc private="Final" ?>
>
> Also, this directive is not documented, which is also used by these
> specifications:
>
>                  <?rfc iprnotified="no" ?>
>
> Could you please add these to the documented behaviors?

Hm, no.

These are directives of some processors, not part of the actual xml2rfv 
vocabulary.

Best regards, Julian


From nobody Tue Aug 19 06:51:04 2014
Return-Path: <fred@cisco.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3A7DB1A88F7 for <xml2rfc@ietfa.amsl.com>; Tue, 19 Aug 2014 06:51:03 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -115.168
X-Spam-Level: 
X-Spam-Status: No, score=-115.168 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_HI=-5, RP_MATCHES_RCVD=-0.668, SPF_PASS=-0.001, USER_IN_DEF_DKIM_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=ham
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 TekCn7goVV8V for <xml2rfc@ietfa.amsl.com>; Tue, 19 Aug 2014 06:51:02 -0700 (PDT)
Received: from rcdn-iport-5.cisco.com (rcdn-iport-5.cisco.com [173.37.86.76]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C68F41A02BD for <xml2rfc@ietf.org>; Tue, 19 Aug 2014 06:51:01 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=3678; q=dns/txt; s=iport; t=1408456261; x=1409665861; h=from:to:cc:subject:date:message-id:references: in-reply-to:mime-version; bh=FTi27TpwSscu9qn+jbpzXu1IqiV17X++p/Fb0lnOdj8=; b=SdaIUKCJZSmYsErfumhDaII9SjqQV9/sSap9VmGC1AA72qFYMGe3kXl7 lJJ1lYgc5jUbI9N2AzUHprothgh5qK6gHsRBwvp324w5y8JnjDHlkYSog Blw43AHe9AlgxbhS7C+VKmX8+4CRchS2pH4tHrNNk5HTV1pKDsEFzbEnB U=;
X-Files: signature.asc : 195
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AhYFAOtV81OtJA2I/2dsb2JhbABZgw2BKgTUPgGBCxZ3hAQBAQMBeRACAQgEQiERJQIEDgUOiCADCQi8Rg2FMxeNH4FrQgeDL4EdAQSRJYIAgUqFRIIPjAqCRoYzg11sgQhAgQcBAQE
X-IronPort-AV: E=Sophos;i="5.01,894,1400025600";  d="asc'?scan'208,217";a="348630983"
Received: from alln-core-3.cisco.com ([173.36.13.136]) by rcdn-iport-5.cisco.com with ESMTP; 19 Aug 2014 13:51:00 +0000
Received: from xhc-aln-x06.cisco.com (xhc-aln-x06.cisco.com [173.36.12.80]) by alln-core-3.cisco.com (8.14.5/8.14.5) with ESMTP id s7JDoxbM022756 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 19 Aug 2014 13:50:59 GMT
Received: from xmb-rcd-x09.cisco.com ([169.254.9.15]) by xhc-aln-x06.cisco.com ([173.36.12.80]) with mapi id 14.03.0195.001; Tue, 19 Aug 2014 08:50:59 -0500
From: "Fred Baker (fred)" <fred@cisco.com>
To: Avri Doria <doriavr@gmail.com>
Thread-Topic: Issue in upgrading to XMLMind v 6_0_0
Thread-Index: AQHPu6fCRvnLumTiuken9z4V0grVt5vYRbcA
Date: Tue, 19 Aug 2014 13:50:59 +0000
Message-ID: <1ACB875A-0E0F-469D-97D1-63CD55189346@cisco.com>
References: <53D2DD33-8773-4826-91E8-66B0B3B1F775@cisco.com> <39d3dbdc-b318-43b9-9d3d-cbc640917a3b@googlegroups.com>
In-Reply-To: <39d3dbdc-b318-43b9-9d3d-cbc640917a3b@googlegroups.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator: 
x-originating-ip: [10.19.64.114]
Content-Type: multipart/signed; boundary="Apple-Mail=_41808C87-1E65-48CC-A906-899D5DEAAD8E"; protocol="application/pgp-signature"; micalg=pgp-sha1
MIME-Version: 1.0
Archived-At: http://mailarchive.ietf.org/arch/msg/xml2rfc/UtuTMqj6XJtuWRwgkl_6gwiLydY
Cc: Bill Fenner <fenner@research.att.com>, "xml2rfc@ietf.org" <xml2rfc@ietf.org>, "xml2rfc-xxe-users@googlegroups.com" <xml2rfc-xxe-users@googlegroups.com>
Subject: Re: [xml2rfc] Issue in upgrading to XMLMind v 6_0_0
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
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: <http://www.ietf.org/mail-archive/web/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, 19 Aug 2014 13:51:03 -0000

--Apple-Mail=_41808C87-1E65-48CC-A906-899D5DEAAD8E
Content-Type: multipart/alternative;
	boundary="Apple-Mail=_39233DFA-B6B5-41F3-BC90-2E14A7C336CA"


--Apple-Mail=_39233DFA-B6B5-41F3-BC90-2E14A7C336CA
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=windows-1252


On Aug 19, 2014, at 5:18 AM, Avri Doria <doriavr@gmail.com> wrote:

>=20
> I checked with xmlmind yesterday to see if they could give me a clue.  =
their answer:
>=20
>=20
> The xml2rfc-xxe-0.8.0 add-on is marked to be compatible with XMLmind =
XML Editor v5. This implies that it has not been upgraded to be made =
compatible with latest v6. That's why it is not listed in the "Install =
Add-ons" dialog box.
>=20
>=20
> I suggest that you contact the authors of this add-on and ask them to =
release a version which has been tested against XMLmind XML Editor v6. =
If the xml2rfc add-on already works OK with v5, then this should be a =
snap.=20
>  =20

Thanks. For the moment I have reverted to XMLMind 5.9, as that is what I =
was using before. I think Bill has let the project lapse, and I don=92t =
know who is maintaining it now.

--Apple-Mail=_39233DFA-B6B5-41F3-BC90-2E14A7C336CA
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=windows-1252

<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html =
charset=3Dwindows-1252"></head><body style=3D"word-wrap: break-word; =
-webkit-nbsp-mode: space; -webkit-line-break: =
after-white-space;"><br><div><div>On Aug 19, 2014, at 5:18 AM, Avri =
Doria &lt;<a href=3D"mailto:doriavr@gmail.com">doriavr@gmail.com</a>&gt; =
wrote:</div><br class=3D"Apple-interchange-newline"><blockquote =
type=3D"cite"><meta http-equiv=3D"Content-Type" content=3D"text/html; =
charset=3Dutf-8"><div dir=3D"ltr"><br>I checked with xmlmind yesterday =
to see if they could give me a clue.&nbsp; their =
answer:<br><br><br><blockquote style=3D"margin: 0px 0px 0px 0.8ex; =
border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" =
class=3D"gmail_quote">The xml2rfc-xxe-0.8.0 add-on is marked to be =
compatible with XMLmind XML=20
Editor v5. This implies that it has not been upgraded to be made=20
compatible with latest v6. That's why it is not listed in the "Install=20=

Add-ons" dialog box.
</blockquote><div><br><blockquote style=3D"margin: 0px 0px 0px 0.8ex; =
border-left-width: 1px; border-left-style: solid; border-left-color: =
rgb(204, 204, 204); padding-left: 1ex; position: static; z-index: auto;" =
class=3D"gmail_quote"><br>I suggest that you contact the authors of this =
add-on and ask them to=20
release a version which has been tested against XMLmind XML Editor v6.=20=

If the xml2rfc add-on already works OK with v5, then this should be a =
snap.
=
<br>&nbsp;&nbsp;</blockquote></div></div></blockquote></div><br><div>Thank=
s. For the moment I have reverted to XMLMind 5.9, as that is what I was =
using before. I think Bill has let the project lapse, and I don=92t know =
who is maintaining it now.</div></body></html>=

--Apple-Mail=_39233DFA-B6B5-41F3-BC90-2E14A7C336CA--

--Apple-Mail=_41808C87-1E65-48CC-A906-899D5DEAAD8E
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

iD8DBQFT81ZCbjEdbHIsm0MRAqk5AKC4JmSyWZqWER8sKp0FCySSh+1YTACeM0gw
hkstJw0OudiIYuYk38B6zi4=
=s9Ja
-----END PGP SIGNATURE-----

--Apple-Mail=_41808C87-1E65-48CC-A906-899D5DEAAD8E--


From nobody Fri Aug 22 05:31:43 2014
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 09C8D1A0271 for <xml2rfc@ietfa.amsl.com>; Fri, 22 Aug 2014 05:31:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.568
X-Spam-Level: 
X-Spam-Status: No, score=-2.568 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.668] autolearn=ham
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 fHO7BnNeSoOW for <xml2rfc@ietfa.amsl.com>; Fri, 22 Aug 2014 05:31:37 -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 C3C731A0262 for <xml2rfc@ietf.org>; Fri, 22 Aug 2014 05:31:37 -0700 (PDT)
Received: from localhost ([::1]:52017 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 1XKo0F-0006No-Ry; Fri, 22 Aug 2014 05:31:35 -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.3
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.3, by Edgewall Software
To: john-ietf@jck.com
X-Trac-Project: xml2rfc
Date: Fri, 22 Aug 2014 12:31:35 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://tools.ietf.org/tools/xml2rfc/trac/ticket/271
Message-ID: <065.671076396772f8d37ffc4b0bfaac1f06@tools.ietf.org>
X-Trac-Ticket-ID: 271
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: john-ietf@jck.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: http://mailarchive.ietf.org/arch/msg/xml2rfc/-fNvp4fbEEJleNrIhYccBoe5jIs
Cc: xml2rfc@ietf.org
Subject: [xml2rfc] #271 (Version 2 gui): Discrepancies between Windows GUI and online versions
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/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, 22 Aug 2014 12:31:41 -0000

#271: Discrepancies between Windows GUI and online versions

 The Windows GUI version of XML2RFC ("Core version 2.3.5, GUI version
 0.8.0) is apparently incompatible with the current xml.resource.org online
 version (if there is a way to conveniently obtain precise version
 information for the latter, I wasn't able to find it).  As of today, the
 GUI version listed at http://tools.ietf.org/tools/xml2rfc2/gui/windows/ is
 xml2rfc-gui-0.8.0.msi, dated 2011-11-28.  The GUI version has no provision
 for fetching newer versions of any subsidiary ("core version"?) code, nor
 does there appear to be any advice about when and how to do that.

 Discrepancies include:

 (1) ?rfc symrefs="no" doesn't work in the GUI version -- symbolic citation
 anchors are produced in running text and numbered references appear in
 References sections.  The online version appears to work correctly.

 (2) The GUI version appears to calculate the expiration date based on the
 compilation date rather than on the data in the XML file.  Especially if
 there are plans about making the XML authoritative, any sort of DWIM
 heuristics are really bad news.

-- 
-------------------------------+-------------------
 Reporter:  john-ietf@jck.com  |      Owner:
     Type:  defect             |     Status:  new
 Priority:  medium             |  Milestone:
Component:  Version 2 gui      |    Version:  2.4.x
 Keywords:                     |
-------------------------------+-------------------

Ticket URL: <https://tools.ietf.org/tools/xml2rfc/trac/ticket/271>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Fri Aug 22 05:45:59 2014
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D45DA1A01EF for <xml2rfc@ietfa.amsl.com>; Fri, 22 Aug 2014 05:45:57 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.568
X-Spam-Level: 
X-Spam-Status: No, score=-2.568 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.668] autolearn=ham
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 8HqcBEAuSa2N for <xml2rfc@ietfa.amsl.com>; Fri, 22 Aug 2014 05:45:56 -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 9B67F1A01E7 for <xml2rfc@ietf.org>; Fri, 22 Aug 2014 05:45:56 -0700 (PDT)
Received: from localhost ([::1]:52374 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 1XKoE8-0000lh-Ho; Fri, 22 Aug 2014 05:45:56 -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.3
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.3, by Edgewall Software
To: john-ietf@jck.com
X-Trac-Project: xml2rfc
Date: Fri, 22 Aug 2014 12:45:56 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://tools.ietf.org/tools/xml2rfc/trac/ticket/271#comment:1
Message-ID: <080.5f56fe49e9df284fdbedd8a1e7522702@tools.ietf.org>
References: <065.671076396772f8d37ffc4b0bfaac1f06@tools.ietf.org>
X-Trac-Ticket-ID: 271
In-Reply-To: <065.671076396772f8d37ffc4b0bfaac1f06@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: john-ietf@jck.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: http://mailarchive.ietf.org/arch/msg/xml2rfc/QvrqaEX1pdAhwUAiHfD2oTndCfI
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #271 (Version 2 gui): Discrepancies between Windows GUI and online versions
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/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, 22 Aug 2014 12:45:58 -0000

#271: Discrepancies between Windows GUI and online versions


Comment (by john-ietf@jck.com):

 I just tried reinstalling the GUI version to see if it would update the
 "core" code to 2.4.x.  No luck and no change.

-- 
--------------------------------+-------------------
  Reporter:  john-ietf@jck.com  |      Owner:
      Type:  defect             |     Status:  new
  Priority:  medium             |  Milestone:
 Component:  Version 2 gui      |    Version:  2.4.x
Resolution:                     |   Keywords:
--------------------------------+-------------------

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


From nobody Fri Aug 29 15:45:09 2014
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8BAC91A6FF3 for <xml2rfc@ietfa.amsl.com>; Fri, 29 Aug 2014 15:45:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.568
X-Spam-Level: 
X-Spam-Status: No, score=-2.568 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.668] autolearn=ham
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 TNzAtcFTQfeQ for <xml2rfc@ietfa.amsl.com>; Fri, 29 Aug 2014 15:45:05 -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 51B021A000C for <xml2rfc@ietf.org>; Fri, 29 Aug 2014 15:45:05 -0700 (PDT)
Received: from localhost ([::1]:36399 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 1XNUum-0006YH-RW; Fri, 29 Aug 2014 15:45:04 -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.3
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.3, by Edgewall Software
To: henrik@levkowetz.com, arusso@amsl.com
X-Trac-Project: xml2rfc
Date: Fri, 29 Aug 2014 22:45:04 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/272
Message-ID: <063.52a63eaba7bbee2d0c69cb549c6c7e51@tools.ietf.org>
X-Trac-Ticket-ID: 272
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, arusso@amsl.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: http://mailarchive.ietf.org/arch/msg/xml2rfc/ids1_AKR4pTxuSrSVL5tVREks5A
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: [xml2rfc]  #272 (Version 2 cli): in header, no blank line for empty organization in specific cases
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/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 Aug 2014 22:45:06 -0000

#272: in header, no blank line for empty organization in specific cases

 For a given author, if the organization is empty, a blank line should not
 appear for the empty organization if there is no chance of confusion with
 another author's organization. Example: if the author with the empty
 organization is the last author, then no blank line should be in the
 output. This is per the RSE and RPC Director. (This is a special case
 related to #108.)

 Current output:
 [there is a blank line when there is an empty organization. see attached
 file.]

 Desired output (when author with empty organization is the last one):
 {{{
 Internet Engineering Task Force (IETF)                      J. Ryoo, Ed.
 Request for Comments: 7271                                          ETRI
 Updates: 6378                                               E. Gray, Ed.
 Category: Standards Track                                       Ericsson
 ISSN: 2070-1721                                          H. van Helvoort
                                                      Huawei Technologies
                                                          A. D'Alessandro
                                                           Telecom Italia
                                                                T. Cheung
                                                                     ETRI
                                                               E. Osborne
                                                                June 2014
 }}}

 Desired output (when each author has an empty organization):
 {{{
 Internet Architecture Board (IAB)                          H. Tschofenig
 Request for Comments: 7295                                     L. Eggert
 Category: Informational                                        Z. Sarker
 ISSN: 2070-1721                                                July 2014
 }}}

 The general case remains the same (i.e., keep the blank line):
 {{{
 Network Working Group                                          P. Traina
 Request for Comments: 5065
 Obsoletes: 3065                                             D. McPherson
 Category: Standards Track                                 Arbor Networks
                                                               J. Scudder
                                                         Juniper Networks
                                                              August 2007
 }}}

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

Ticket URL: <http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/272>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sat Aug 30 05:29:36 2014
Return-Path: <lear@cisco.com>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3E18E1A89F2 for <xml2rfc@ietfa.amsl.com>; Sat, 30 Aug 2014 05:29:33 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.936
X-Spam-Level: 
X-Spam-Status: No, score=-6.936 tagged_above=-999 required=5 tests=[BAYES_40=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_SOFTFAIL=0.665, USER_IN_DEF_DKIM_WL=-7.5] autolearn=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 8J-c0tJltd66 for <xml2rfc@ietfa.amsl.com>; Sat, 30 Aug 2014 05:29:28 -0700 (PDT)
Received: from cyclone.public.resource.org (cyclone.public.resource.org [192.101.98.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id BE2211A89F7 for <xml2rfc@ietf.org>; Sat, 30 Aug 2014 05:29:27 -0700 (PDT)
Received: from aer-iport-3.cisco.com (aer-iport-3.cisco.com [173.38.203.53]) by cyclone.public.resource.org (8.14.5/8.14.4) with ESMTP id s7UCTKRE044331 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for <xml2rfc@lists.xml.resource.org>; Sat, 30 Aug 2014 05:29:21 -0700 (PDT) (envelope-from lear@cisco.com)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=@cisco.com; l=1068; q=dns/txt; s=iport; t=1409401761; x=1410611361; h=message-id:date:from:mime-version:to:subject; bh=RBDzIJqrayqjfCmbQ9dz6wT2bxUPLpK3O/kYRjHDtLs=; b=JEVrmOfeMjhATenbbk4pxzrdd/dGaanHfHSU6D03dliccQcJgwbTeuYZ seYYFxrb1sft0BuA4tLHwEMuGK0SLlxjhB7wdrS/snzwyT8k5qjLVd5Ah wJ8vE5gxDHoBzA9DbFVYGIpSroN5ynnJXJP4I7UI6qHjjFS8CMBxEBKLT E=;
X-Files: signature.asc : 486
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AhoGAFvDAVStJssW/2dsb2JhbABbhzOKRMF5gTN3hC1VPRYLAgsDAgECAVgIAQGIPpdrjy+UeQEXj2qCY4FTAQSTN4FKh1uHN41ng2M7gn4BAQE
X-IronPort-AV: E=Sophos;i="5.04,431,1406592000";  d="asc'?scan'208";a="154557399"
Received: from aer-iport-nat.cisco.com (HELO aer-core-1.cisco.com) ([173.38.203.22]) by aer-iport-3.cisco.com with ESMTP; 30 Aug 2014 12:29:12 +0000
Received: from [10.61.173.173] ([10.61.173.173]) by aer-core-1.cisco.com (8.14.5/8.14.5) with ESMTP id s7UCTBfr007678 for <xml2rfc@lists.xml.resource.org>; Sat, 30 Aug 2014 12:29:11 GMT
Message-ID: <5401C39A.1060800@cisco.com>
Date: Sat, 30 Aug 2014 14:29:14 +0200
From: Eliot Lear <lear@cisco.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: xml2rfc@lists.xml.resource.org
Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Xf0BD3SLVxinNhTphVIJIPiNcjJGxvhTH"
Archived-At: http://mailarchive.ietf.org/arch/msg/xml2rfc/7CBkejxvLBmX5Si2dZLmFgOpRlY
Subject: [xml2rfc] desparately seeking <blockquote>
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
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: <http://www.ietf.org/mail-archive/web/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 Aug 2014 12:29:33 -0000

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

I need something like this for a draft I'm writing that will work
properly in all output formats.  Any ideas?

Thanks,

Eliot


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

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Darwin)

iQEcBAEBAgAGBQJUAcOaAAoJEIe2a0bZ0nozZQsH/i5p5CF6dtJ9uqFzKzInI/rg
Wgry/IK4g9bNqUa5IYClmZa9wGw43x4wt5piNHA2gzTi0MPnDu3f+KdaPprSBPEe
AvAdFN8KEHlZqYCNHF7/+YXktRpRDCpDXlrmnMPCFu/+nEx1H/k31jlmCINbnzPA
q9En0Iqgvm/NwUbINdE29MZUyzSns97tgcPPtq/L74KRrv6qKmfcrH7uyczunA4U
XWOLszEzI4NFKqZD0oMSuB3+ZOL63fQ6xse1YkJTkUKyMgsemvFxIMjGLZLyxvrg
YgJHvROnH0hWtR32z+448/S2/CkYCKhCcScvrox9TWZWT7+T50sQ428GBUpCsXA=
=swuL
-----END PGP SIGNATURE-----

--Xf0BD3SLVxinNhTphVIJIPiNcjJGxvhTH--


From nobody Sat Aug 30 08:48:32 2014
Return-Path: <julian.reschke@gmx.de>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D905B1A8A81 for <xml2rfc@ietfa.amsl.com>; Sat, 30 Aug 2014 08:48:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.802
X-Spam-Level: 
X-Spam-Status: No, score=0.802 tagged_above=-999 required=5 tests=[BAYES_50=0.8, FREEMAIL_FROM=0.001, SPF_FAIL=0.001] autolearn=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 PMbvN-r7ObIO for <xml2rfc@ietfa.amsl.com>; Sat, 30 Aug 2014 08:48:28 -0700 (PDT)
Received: from cyclone.public.resource.org (cyclone.public.resource.org [192.101.98.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id D4B301A8A64 for <xml2rfc@ietf.org>; Sat, 30 Aug 2014 08:48:28 -0700 (PDT)
Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) by cyclone.public.resource.org (8.14.5/8.14.4) with ESMTP id s7UFmL4G052551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <xml2rfc@lists.xml.resource.org>; Sat, 30 Aug 2014 08:48:22 -0700 (PDT) (envelope-from julian.reschke@gmx.de)
Received: from [192.168.2.160] ([93.217.87.159]) by mail.gmx.com (mrgmx102) with ESMTPSA (Nemesis) id 0MZ7bs-1Xib9b0zca-00KxyJ; Sat, 30 Aug 2014 17:48:11 +0200
Message-ID: <5401F232.7080103@gmx.de>
Date: Sat, 30 Aug 2014 17:48:02 +0200
From: Julian Reschke <julian.reschke@gmx.de>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0
MIME-Version: 1.0
To: Eliot Lear <lear@cisco.com>, xml2rfc@lists.xml.resource.org
References: <5401C39A.1060800@cisco.com>
In-Reply-To: <5401C39A.1060800@cisco.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-Provags-ID: V03:K0:soM6yG9IPrSWcwKarV+Moh1PHnvxuE1Wtp1oIRChuweQfb8XwLD T8nA55pKuttqG8C4VzNi0ho79X/FPNpSDBGL3q4d8qX9Wrdxla3O8TRP26fzOQlT2YDBLya HGlPMkILMRvr7f+0C9vjbPK3IpXSPEZsob+2jHdRINU3DI9NJ86RVTgt4ZRl3KE7Bx97LxP 6DsAfLQpkD0Rm1oFoHvLw==
X-UI-Out-Filterresults: notjunk:1;
Archived-At: http://mailarchive.ietf.org/arch/msg/xml2rfc/C1vJFewl0DzdEMo6llGKJ9U9D-s
Subject: Re: [xml2rfc] desparately seeking <blockquote>
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.15
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: <http://www.ietf.org/mail-archive/web/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 Aug 2014 15:48:30 -0000

On 2014-08-30 14:29, Eliot Lear wrote:
> I need something like this for a draft I'm writing that will work
> properly in all output formats.  Any ideas?
>
> Thanks,
>
> Eliot

For now:

<t><list><t>This is indented</t></list></t>

Or use <x:blockquote> as supported by rfc2629.xslt (which comes with a 
tool to convert down to "plain" xml2rfc). See 
<http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html#ext.element.blockquote> 
and 
<http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html#clean-for-dtd>.

Best regards, Julian

