
From nobody Sat Sep 19 04:24:12 2015
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 7230D1AD34F for <xml2rfc@ietfa.amsl.com>; Sat, 19 Sep 2015 04:24:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.31
X-Spam-Level: 
X-Spam-Status: No, score=-1.31 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, J_CHICKENPOX_45=0.6, T_RP_MATCHES_RCVD=-0.01] 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 uMBtRvYXJL-N for <xml2rfc@ietfa.amsl.com>; Sat, 19 Sep 2015 04:24:08 -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 815D81AD34C for <xml2rfc@ietf.org>; Sat, 19 Sep 2015 04:24:08 -0700 (PDT)
Received: from localhost ([::1]:56611 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 1ZdGFT-0006a8-4p; Sat, 19 Sep 2015 04:24:07 -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, miek@miek.nl
X-Trac-Project: xml2rfc
Date: Sat, 19 Sep 2015 11:24:07 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/302
Message-ID: <060.453ad5e02b03d75c00bfa5d773380faa@tools.ietf.org>
X-Trac-Ticket-ID: 302
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, miek@miek.nl, 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/xHzOb5mclEfppMz88nqgfYWveF0>
Cc: xml2rfc@ietf.org
Subject: [xml2rfc] #302 (Version 2 cli): private="yes" still shows "Expires" in footer
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: <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, 19 Sep 2015 11:24:10 -0000

#302: private="yes" still shows "Expires" in footer

 When using

 {{{<rfc private="yes">}}} the Expires: in the top block is gone, but it
 still show in the center footer of each page.

 The following (untested) patch should fix this:
 {{{
 % diff -u writers/paginated_txt.py.orig writers/paginated_txt.py
 --- writers/paginated_txt.py.orig       2015-09-19 12:12:47.891087542
 +0100
 +++ writers/paginated_txt.py    2015-09-19 12:12:59.931087168 +0100
 @@ -184,7 +184,7 @@
              self.left_footer = '%s & %s' % (surnames[0], surnames[1],)
          elif len(surnames) > 2:
              self.left_footer = '%s, et al.' % surnames[0]
 -        if self.draft:
 +        if self.draft and not self.pis['private']:
              self.center_footer = 'Expires %s' % self.expire_string
          else:
              self.center_footer = self.boilerplate.get(
 }}}

-- 
---------------------------+----------------------------------
 Reporter:  miek@miek.nl   |      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/302>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Tue Sep 22 15:39:08 2015
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 04F951B2F18 for <xml2rfc@ietfa.amsl.com>; Tue, 22 Sep 2015 15:39:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level: 
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01] 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 lN5bzitXPv1m for <xml2rfc@ietfa.amsl.com>; Tue, 22 Sep 2015 15:39:06 -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 772BC1B2F1A for <xml2rfc@ietf.org>; Tue, 22 Sep 2015 15:39:06 -0700 (PDT)
Received: from localhost ([::1]:37331 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 1ZeWDJ-00010W-SC; Tue, 22 Sep 2015 15:39:05 -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, arusso@amsl.com
X-Trac-Project: xml2rfc
Date: Tue, 22 Sep 2015 22:39:05 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/303
Message-ID: <063.100bf53ddbc225bc069ab0b8ca0b90c0@tools.ietf.org>
X-Trac-Ticket-ID: 303
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/0UoXQSUTj34AQzkMkH-pHr1PvmQ>
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: [xml2rfc] #303 (Version 2 cli): ability to turn multiple-initials PI on and off
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: <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, 22 Sep 2015 22:39:08 -0000

#303: ability to turn multiple-initials PI on and off

 This is a request for the ability to turn the multiple-initials PI on and
 off within a document. Ideally, it could be set to yes for a specific
 author element. Also, when using the multiple-initials PI, please handle
 the final period correctly.

 Example: When inserting a reference to RFC 5989, the desired output is a
 reference for RFC 5989 that has the author's initials as they appear in
 the first-page header of the RFC ("A.B. Roach").

 XML (reference.RFC.5989.xml) contains
 {{{
 <author initials='A.B.' surname='Roach' fullname='A.B.
 Roach'><organization/></author>
 }}}

 v2 output
 {{{
    [RFC5989]  Roach, A., "A SIP Event Package for Subscribing to Changes
               to an HTTP Resource", RFC 5989, DOI 10.17487/RFC5989,
               October 2010, <http://www.rfc-editor.org/info/rfc5989>.
 }}}

 desired output
 {{{
    [RFC5989]  Roach, A.B., "A SIP Event Package for Subscribing to
               Changes to an HTTP Resource", RFC 5989, DOI 10.17487/
               RFC5989, October 2010,
               <http://www.rfc-editor.org/info/rfc5989>.
 }}}

 In the XML file if multiple-initials PI is turned on and off around the
 reference, there is no change to the output (see example_mult_on_off.xml).

 In the XML file multiple-initials PI is turned on before the reference,
 the output inserts a space and an extra period. Expectation was that it
 would exactly match the initials attribute in the XML (which does not
 contain a space).
 {{{
    [RFC5989]  Roach, A. B. ., "A SIP Event Package for Subscribing to
               Changes to an HTTP Resource", RFC 5989, DOI 10.17487/
               RFC5989, October 2010,
               <http://www.rfc-editor.org/info/rfc5989>.
 }}}

 Also, it affects author elements in the whole document (see
 example_mult.txt).

 Here's a related comment from a couple years ago:
 http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/138#comment:5

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

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


From nobody Tue Sep 22 15:47:49 2015
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 790771B2F33 for <xml2rfc@ietfa.amsl.com>; Tue, 22 Sep 2015 15:47:48 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level: 
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01] 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 mgs4uBxLiUSq for <xml2rfc@ietfa.amsl.com>; Tue, 22 Sep 2015 15:47:47 -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 5E5A91B2F32 for <xml2rfc@ietf.org>; Tue, 22 Sep 2015 15:47:47 -0700 (PDT)
Received: from localhost ([::1]:37575 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 1ZeWLj-000339-5M; Tue, 22 Sep 2015 15:47:47 -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, arusso@amsl.com
X-Trac-Project: xml2rfc
Date: Tue, 22 Sep 2015 22:47:47 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/304
Message-ID: <063.8317858512d53e1a529eea7dd97638bc@tools.ietf.org>
X-Trac-Ticket-ID: 304
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, arusso@amsl.com, rse@rfc-editor.org,  sginoza@amsl.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/hjHN31SP5_Kwinjki1rQwc2eMVw>
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: [xml2rfc] #304 (Version 2 cli): output for specific seriesInfo "doi:"
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: <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, 22 Sep 2015 22:47:48 -0000

#304: output for specific seriesInfo "doi:"

 This input
 {{{
 <seriesInfo name="doi:" value="10.12345/6789"/>
 }}}

 creates this output
 {{{
 doi: 10.12345/6789
 }}}

 and, per the RSE, the desired output is as follows (no space after the
 colon).
 {{{
 doi:10.12345/6789
 }}}

 Note: this form is not yet in use. The current <seriesInfo name="DOI"
 value="10.12345/6789"/> will remain in use for the near future.

-- 
-----------------------------+----------------------------------
 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/304>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Tue Sep 22 22:13:55 2015
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 3278D1A0097 for <xml2rfc@ietfa.amsl.com>; Tue, 22 Sep 2015 22:13:54 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level: 
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01] 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 3qUtRKVAWrsO for <xml2rfc@ietfa.amsl.com>; Tue, 22 Sep 2015 22:13:52 -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 5FB321A0092 for <xml2rfc@ietf.org>; Tue, 22 Sep 2015 22:13:52 -0700 (PDT)
Received: from localhost ([::1]:52426 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 1ZecNE-0000SZ-D8; Tue, 22 Sep 2015 22:13:44 -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
X-Trac-Project: xml2rfc
Date: Wed, 23 Sep 2015 05:13:44 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/303#comment:1
Message-ID: <078.eae242bb02fbb49897300e51e9f81ada@tools.ietf.org>
References: <063.100bf53ddbc225bc069ab0b8ca0b90c0@tools.ietf.org>
X-Trac-Ticket-ID: 303
In-Reply-To: <063.100bf53ddbc225bc069ab0b8ca0b90c0@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, julian.reschke@gmx.de, 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/vfmz3USJr064eBaSYKre6dFX_dU>
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: Re: [xml2rfc] #303 (Version 2 cli): ability to turn multiple-initials PI on and off
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: <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, 23 Sep 2015 05:13:54 -0000

#303: ability to turn multiple-initials PI on and off


Comment (by julian.reschke@gmx.de):

 Instead of adding workarounds on top of workarounds, by all means fix the
 initials policy.

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

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


From nobody Tue Sep 22 22:17:27 2015
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 724711A00A7 for <xml2rfc@ietfa.amsl.com>; Tue, 22 Sep 2015 22:17:25 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.91
X-Spam-Level: 
X-Spam-Status: No, score=-1.91 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01] 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 3rA4IO1SeIQG for <xml2rfc@ietfa.amsl.com>; Tue, 22 Sep 2015 22:17: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 51A221A009E for <xml2rfc@ietf.org>; Tue, 22 Sep 2015 22:17:24 -0700 (PDT)
Received: from localhost ([::1]:52844 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 1ZecQj-0008GX-1t; Tue, 22 Sep 2015 22:17: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
X-Trac-Project: xml2rfc
Date: Wed, 23 Sep 2015 05:17:20 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/304#comment:1
Message-ID: <078.12d9972219b122c347736ad205753c72@tools.ietf.org>
References: <063.8317858512d53e1a529eea7dd97638bc@tools.ietf.org>
X-Trac-Ticket-ID: 304
In-Reply-To: <063.8317858512d53e1a529eea7dd97638bc@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, julian.reschke@gmx.de, rse@rfc-editor.org, sginoza@amsl.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/R9DgpVa87naLxjCTD-4A3OHoHmY>
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: Re: [xml2rfc] #304 (Version 2 cli): output for specific seriesInfo "doi:"
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: <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, 23 Sep 2015 05:17:25 -0000

#304: output for specific seriesInfo "doi:"


Comment (by julian.reschke@gmx.de):

 Do we have a discussion somehwere that explains what the problem with the
 current output is in the first place?

 -1 on adding kludges specific to one series format. If there's a new
 requirement for DOI, please define it in a DOI-agnostic way and then
 extend the vocabulary in a generic way.

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

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


From nobody Sun Sep 27 05:32:23 2015
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 0CE8E1ACE89 for <xml2rfc@ietfa.amsl.com>; Sun, 27 Sep 2015 05:32:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.79
X-Spam-Level: 
X-Spam-Status: No, score=0.79 tagged_above=-999 required=5 tests=[BAYES_50=0.8, T_RP_MATCHES_RCVD=-0.01] 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 ddwaF9kv4MwN for <xml2rfc@ietfa.amsl.com>; Sun, 27 Sep 2015 05:32:20 -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 3713D1ACE88 for <xml2rfc@ietf.org>; Sun, 27 Sep 2015 05:32:20 -0700 (PDT)
Received: from localhost ([::1]:45210 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 1ZgB7p-0006Uv-16; Sun, 27 Sep 2015 05:32:17 -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, miek@miek.nl
X-Trac-Project: xml2rfc
Date: Sun, 27 Sep 2015 12:32:16 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/305
Message-ID: <060.9bd3e47cc7f31223ad7c9e4f48dead34@tools.ietf.org>
X-Trac-Ticket-ID: 305
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, miek@miek.nl, 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/Qje5vHpnow4l0EyHHZ8svbPcJVs>
Cc: xml2rfc@ietf.org
Subject: [xml2rfc]  #305 (Version 2 cli): xml2rfc refuses to accept stdin
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: <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: Sun, 27 Sep 2015 12:32:22 -0000

#305: xml2rfc refuses to accept stdin

 xml2rfc just can't be used as a filter:

 {{{
 % xml2rfc --text <(mmark -xml2 -page rfc3514.md)
 Parsing file /proc/self/fd/11
 ERROR: Unable to parse the XML document: /proc/self/fd/11
  /proc/self/fd/11: Line 1: Document is empty
  /proc/self/fd/11: Line 1: Start tag expected, '<' not found
 }}}

 and

 {{{
 % mmark -xml2 -page rfc3514.md | xml2rfc - --text
 No such file: -
 }}}

 and

 {{{
 % mmark -xml2 -page rfc3514.md | xml2rfc /dev/stdin --text
 Parsing file /dev/stdin
 ERROR: Unable to parse the XML document: /dev/stdin
  /dev/stdin: Line 1: Document is empty
  /dev/stdin: Line 1: Start tag expected, '<' not found
 }}}

 This means I have to fiddle with intermediate files, which is a chore.

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

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

