
From nobody Thu Feb  5 10:54:05 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 345D31A8A29 for <xml2rfc@ietfa.amsl.com>; Thu,  5 Feb 2015 10:54:04 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.71
X-Spam-Level: 
X-Spam-Status: No, score=-0.71 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, J_CHICKENPOX_44=0.6, J_CHICKENPOX_55=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 4tCXxsDF0XBc for <xml2rfc@ietfa.amsl.com>; Thu,  5 Feb 2015 10:54:02 -0800 (PST)
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 B01D01A1BC7 for <xml2rfc@ietf.org>; Thu,  5 Feb 2015 10:54:02 -0800 (PST)
Received: from localhost ([::1]:38065 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 1YJRYv-00063V-2M; Thu, 05 Feb 2015 10:54:01 -0800
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: elwynd@dial.pipex.com
X-Trac-Project: xml2rfc
Date: Thu, 05 Feb 2015 18:54:01 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/282
Message-ID: <069.9e2655329cdb686530d6222715dde95b@tools.ietf.org>
X-Trac-Ticket-ID: 282
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: elwynd@dial.pipex.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/tqQxc0MXLJu08RO9ZY5sUyMEkuA>
Cc: xml2rfc@ietf.org
Subject: [xml2rfc] #282 (Version 2 cli): <?rfc needLines="#" ?> causes stack trace.
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: Thu, 05 Feb 2015 18:54:04 -0000

#282: <?rfc needLines="#" ?> causes stack trace.

 Having the line <?rfc needLines="#" ?> crashes the basic paginated text
 writer:

 Traceback (most recent call last):
   File "/usr/local/bin/xml2rfc", line 4, in <module>
     __import__('pkg_resources').run_script('xml2rfc==2.4.9dev0',
 'xml2rfc')
   File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line
 517, in run_script
     self.require(requires)[0].run_script(script_name, ns)
   File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line
 1436, in run_script
     exec(code, namespace, namespace)
   File "/usr/local/lib/python2.7/dist-packages/xml2rfc-2.4.9dev0-py2.7.egg
 /EGG-INFO/scripts/xml2rfc", line 239, in <module>
     main()
   File "/usr/local/lib/python2.7/dist-packages/xml2rfc-2.4.9dev0-py2.7.egg
 /EGG-INFO/scripts/xml2rfc", line 224, in main
     pagedwriter.write(filename)
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 1180,
 in write
     self._build_index()
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 992,
 in _build_index
     self.write_section_rec(middle, None)
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 864,
 in write_section_rec
     level=level + 1, appendix=appendix)
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 830,
 in write_section_rec
     self.needLines(pis["needLines"])
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/paginated_txt.py",
 line 92, in needLines
     if int(count) < 0:
 ValueError: invalid literal for int() with base 10: '#'

 I think Changeset 1122 was supposed to have fixed this but it isn't
 protected against silly count values.

-- 
-----------------------------------+--------------------------
 Reporter:  elwynd@dial.pipex.com  |      Owner:  Elwyn Davies
     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/282>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Fri Feb  6 16:22:21 2015
Return-Path: <charles.perkins@earthlink.net>
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 2FC051A07BE for <xml2rfc@ietfa.amsl.com>; Fri,  6 Feb 2015 16:22:10 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.691
X-Spam-Level: 
X-Spam-Status: No, score=0.691 tagged_above=-999 required=5 tests=[BAYES_50=0.8, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, 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 WwR74Vewtq8O for <xml2rfc@ietfa.amsl.com>; Fri,  6 Feb 2015 16:22:05 -0800 (PST)
Received: from elasmtp-banded.atl.sa.earthlink.net (elasmtp-banded.atl.sa.earthlink.net [209.86.89.70]) by ietfa.amsl.com (Postfix) with ESMTP id 36A561A001C for <xml2rfc@ietf.org>; Fri,  6 Feb 2015 16:22:04 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=L3QMW2MjqH/8PFVHiG8dQWgFdv0OGHWEBCj876xS+2fUMJ4+GcCfsQ3/B0lMFHaQ; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:X-ELNK-Trace:X-Originating-IP;
Received: from [99.51.72.235] (helo=[192.168.1.68]) by elasmtp-banded.atl.sa.earthlink.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.67) (envelope-from <charles.perkins@earthlink.net>) id 1YJt9v-00084d-6N for xml2rfc@ietf.org; Fri, 06 Feb 2015 19:22:03 -0500
Message-ID: <54D55AA9.1030303@earthlink.net>
Date: Fri, 06 Feb 2015 16:22:01 -0800
From: Charlie Perkins <charles.perkins@earthlink.net>
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: xml2rfc@ietf.org
Content-Type: multipart/alternative; boundary="------------030900070702040706000408"
X-ELNK-Trace: 137d7d78656ed6919973fd6a8f21c4f2d780f4a490ca6956527bd5036cbc8ac7595b988cc6ff7d44707769b4ba19474c350badd9bab72f9c350badd9bab72f9c
X-Originating-IP: 99.51.72.235
Archived-At: <http://mailarchive.ietf.org/arch/msg/xml2rfc/l91glkywWAfqGeP4CpAezlDAcUE>
Subject: [xml2rfc] Not a bug report, but a request for advice...
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, 07 Feb 2015 00:22:12 -0000

This is a multi-part message in MIME format.
--------------030900070702040706000408
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit


Hello folks,

In the past, I have gotten advice from this list...

In my top level list, the following:

   <t>Check the msg_hop_limit.
       <list style="symbols">
       <t>If it is zero, do not regenerate.</t>
       <t>Otherwise, decrement the value by one.</t>
       </list>  </t>

gives

    1.  Check the msg_hop_limit.

        *  If it is zero, do not regenerate.
        *  Otherwise, decrement the value by one.

I'd rather not have the blank line after the outer
list item:


    1.  Check the msg_hop_limit.
        *  If it is zero, do not regenerate.
        *  Otherwise, decrement the value by one.


How can I get xml2rfc to do this?  Is there a place in the
user manual where it discusses this?

Thanks in advance,
Charlie P.


--------------030900070702040706000408
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    Hello folks,<br>
    <br>
    In the past, I have gotten advice from this list...<br>
    <br>
    In my top level list, the following:<br>
    <br>
    <tt>  &lt;t&gt;Check the msg_hop_limit.</tt><tt><br>
    </tt><tt>      &lt;list style="symbols"&gt;</tt><tt><br>
    </tt><tt>      &lt;t&gt;If it is zero, do not regenerate.&lt;/t&gt;</tt><tt><br>
    </tt><tt>      &lt;t&gt;Otherwise, decrement the value by
      one.&lt;/t&gt;</tt><tt><br>
    </tt><tt>      &lt;/list&gt;  &lt;/t&gt;</tt><br>
    <br>
    gives<br>
    <pre>   1.  Check the msg_hop_limit.

       *  If it is zero, do not regenerate.
       *  Otherwise, decrement the value by one.

<big><font face="Calibri">I'd rather not have the blank line after the outer
list item:</font></big>


   1.  Check the msg_hop_limit.
       *  If it is zero, do not regenerate.
       *  Otherwise, decrement the value by one.
</pre>
    <br>
    How can I get xml2rfc to do this?  Is there a place in the<br>
    user manual where it discusses this?<br>
    <br>
    Thanks in advance,<br>
    Charlie P.<br>
    <br>
  </body>
</html>

--------------030900070702040706000408--


From nobody Fri Feb  6 17:52:49 2015
Return-Path: <tom.taylor.stds@gmail.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 DCCB51A0381 for <xml2rfc@ietfa.amsl.com>; Fri,  6 Feb 2015 17:52:47 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level: 
X-Spam-Status: No, score=-2 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, 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 gir-rnyWgBRm for <xml2rfc@ietfa.amsl.com>; Fri,  6 Feb 2015 17:52:46 -0800 (PST)
Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (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 557AC1A006D for <xml2rfc@ietf.org>; Fri,  6 Feb 2015 17:52:46 -0800 (PST)
Received: by mail-ig0-f171.google.com with SMTP id h15so6602769igd.4 for <xml2rfc@ietf.org>; Fri, 06 Feb 2015 17:52:45 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;  h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=+viQxQ2S3bOQbjS1GJj6aUmt1ZFy3Dem6w1wTsFc8Sc=; b=A0u/F4t9mQQnRT6qJPjb/bsr0HgZWuTsTUemNQPgy93LSUs9YQDf+ow06JcF+KTvGJ TBXCnVZFMb0OXXXSP8dSih7i+Mg8jW2cZzCf387sT4buVW6zCPk/tCNCL1UalulKBTzq YTP99AWrKIfS3UkWOEo2aGyKjdAmtnbFlFAsgF/PBAorjIB+P7yd6qB9wFs/Du0sAife EzUmxo2Qew2HjCSfFSKt7buMjbgmAlR7cN+kEuy/mDlnT0dWgpXufCQHRle88EGJ/z+R SyrKBwKhVDSlgVFJq2bEnvUxBy3dmbgOFwxtufUJEKM/9QDs3Ipl+kLUcaRTqCms1azX s0QQ==
X-Received: by 10.50.117.41 with SMTP id kb9mr5304908igb.37.1423273965547; Fri, 06 Feb 2015 17:52:45 -0800 (PST)
Received: from [192.168.0.101] (dsl-173-206-73-98.tor.primus.ca. [173.206.73.98]) by mx.google.com with ESMTPSA id t6sm1790602ioe.44.2015.02.06.17.52.45 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 06 Feb 2015 17:52:45 -0800 (PST)
Message-ID: <54D56FE9.6050407@gmail.com>
Date: Fri, 06 Feb 2015 20:52:41 -0500
From: Tom Taylor <tom.taylor.stds@gmail.com>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: Charlie Perkins <charles.perkins@earthlink.net>, xml2rfc@ietf.org
References: <54D55AA9.1030303@earthlink.net>
In-Reply-To: <54D55AA9.1030303@earthlink.net>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/xml2rfc/9x-f_A5yQ57AZ3gI8mvu91UO8rU>
Subject: Re: [xml2rfc] Not a bug report, but a request for advice...
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, 07 Feb 2015 01:52:48 -0000

I think you can achieve this by having the processing instruction PI:

    <?rfc subcompact="yes" ?>

in front of the <rfc ... tag.

That PI may already be present with the value set to "no". It is in 
Elwyn's template. I suspect this is the RFC Editor's preference.

Tom Taylor

On 06/02/2015 7:22 PM, Charlie Perkins wrote:
>
> Hello folks,
>
> In the past, I have gotten advice from this list...
>
> In my top level list, the following:
>
>    <t>Check the msg_hop_limit.
>        <list style="symbols">
>        <t>If it is zero, do not regenerate.</t>
>        <t>Otherwise, decrement the value by one.</t>
>        </list>  </t>
>
> gives
>
>     1.  Check the msg_hop_limit.
>
>         *  If it is zero, do not regenerate.
>         *  Otherwise, decrement the value by one.
>
> I'd rather not have the blank line after the outer
> list item:
>
>
>     1.  Check the msg_hop_limit.
>         *  If it is zero, do not regenerate.
>         *  Otherwise, decrement the value by one.
>
>
> How can I get xml2rfc to do this?  Is there a place in the
> user manual where it discusses this?
>
> Thanks in advance,
> Charlie P.
>
>
>
>
> _______________________________________________
> xml2rfc mailing list
> xml2rfc@ietf.org
> https://www.ietf.org/mailman/listinfo/xml2rfc
>


From nobody Tue Feb 17 15:05:17 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 64E6A1A895E for <xml2rfc@ietfa.amsl.com>; Tue, 17 Feb 2015 15:05:16 -0800 (PST)
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 Gf71hfHlXnZG for <xml2rfc@ietfa.amsl.com>; Tue, 17 Feb 2015 15:05:14 -0800 (PST)
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 98F6D1A8960 for <xml2rfc@ietf.org>; Tue, 17 Feb 2015 15:05:14 -0800 (PST)
Received: from localhost ([::1]:38569 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 1YNrCQ-0005ay-VD; Tue, 17 Feb 2015 15:05:02 -0800
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: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.com
X-Trac-Project: xml2rfc
Date: Tue, 17 Feb 2015 23:05:02 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/115#comment:15
Message-ID: <081.92104a1ac1ae5760efccf54bbd765eef@tools.ietf.org>
References: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-Trac-Ticket-ID: 115
In-Reply-To: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.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/9zMbInMrKoHj00U7r75r7otCFrA>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #115 (Version 2 cli): xml2rfc 2.4.1 v2 puts two spaces after "i.e."
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: Tue, 17 Feb 2015 23:05:16 -0000

#115: xml2rfc 2.4.1 v2 puts two spaces after "i.e."


Comment (by lars@netapp.com):

 The case Alice reports above (initial followed by period) doesn't appear
 fixed, at least not in 2.4.8:
 {{{
    This document is based on the October 1996 RFC "IRTF Research Group
    Guidelines and Procedures" by A.  Weinrib [RFC2014], which in turn
    was based on the March 1994 RFC "IETF Working Group Guidelines and
    Procedures" by E.  Huizer and D.  Crocker [RFC1603].
 }}}
 Notice the double space before all the last names.

-- 
---------------------------------+--------------------
  Reporter:  jonathan@vidyo.com  |      Owner:
      Type:  defect              |     Status:  closed
  Priority:  major               |  Milestone:
 Component:  Version 2 cli       |    Version:
Resolution:  fixed               |   Keywords:
---------------------------------+--------------------

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


From nobody Tue Feb 17 15:06:05 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 21BB11A896B for <xml2rfc@ietfa.amsl.com>; Tue, 17 Feb 2015 15:06:04 -0800 (PST)
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 7IPF0ZPsTeK8 for <xml2rfc@ietfa.amsl.com>; Tue, 17 Feb 2015 15:06:02 -0800 (PST)
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 9FF671A895E for <xml2rfc@ietf.org>; Tue, 17 Feb 2015 15:06:02 -0800 (PST)
Received: from localhost ([::1]:38619 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 1YNrDH-000681-87; Tue, 17 Feb 2015 15:05:55 -0800
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: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.com
X-Trac-Project: xml2rfc
Date: Tue, 17 Feb 2015 23:05:55 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/115#comment:16
Message-ID: <081.4d7da3bd0893ed381c072e2d2c65ad0c@tools.ietf.org>
References: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-Trac-Ticket-ID: 115
In-Reply-To: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.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/EJ5u3R2_yahRSlJOcOfPVxPtbzc>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #115 (Version 2 cli): xml2rfc 2.4.1 v2 puts two spaces after "i.e."
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: Tue, 17 Feb 2015 23:06:04 -0000

#115: xml2rfc 2.4.1 v2 puts two spaces after "i.e."

Changes (by lars@netapp.com):

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


-- 
---------------------------------+----------------------
  Reporter:  jonathan@vidyo.com  |      Owner:
      Type:  defect              |     Status:  reopened
  Priority:  major               |  Milestone:
 Component:  Version 2 cli       |    Version:
Resolution:                      |   Keywords:
---------------------------------+----------------------

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


From nobody Tue Feb 17 15:06:39 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 DF90A1A895E for <xml2rfc@ietfa.amsl.com>; Tue, 17 Feb 2015 15:06:37 -0800 (PST)
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 G0hdT9fMBo9M for <xml2rfc@ietfa.amsl.com>; Tue, 17 Feb 2015 15:06:33 -0800 (PST)
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 6D8BA1A89B1 for <xml2rfc@ietf.org>; Tue, 17 Feb 2015 15:06:33 -0800 (PST)
Received: from localhost ([::1]:38636 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 1YNrDn-0006BR-8t; Tue, 17 Feb 2015 15:06:27 -0800
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: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.com
X-Trac-Project: xml2rfc
Date: Tue, 17 Feb 2015 23:06:27 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/115#comment:17
Message-ID: <081.6cde0fa5f41e8f703bc796eee0554100@tools.ietf.org>
References: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-Trac-Ticket-ID: 115
In-Reply-To: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.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/Gg96yU9RadIZmmq77yYG8h8Gl2o>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #115 (Version 2 cli): xml2rfc 2.4.1 v2 puts two spaces after "i.e."
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: Tue, 17 Feb 2015 23:06:38 -0000

#115: xml2rfc 2.4.1 v2 puts two spaces after "i.e."

Changes (by lars@netapp.com):

 * cc: lars@netapp.com (added)


-- 
---------------------------------+----------------------
  Reporter:  jonathan@vidyo.com  |      Owner:
      Type:  defect              |     Status:  reopened
  Priority:  major               |  Milestone:
 Component:  Version 2 cli       |    Version:
Resolution:                      |   Keywords:
---------------------------------+----------------------

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


From nobody Tue Feb 17 23:42:16 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 D3BC41A9110 for <xml2rfc@ietfa.amsl.com>; Tue, 17 Feb 2015 23:42:14 -0800 (PST)
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 5m7dzHglp1MD for <xml2rfc@ietfa.amsl.com>; Tue, 17 Feb 2015 23:42:13 -0800 (PST)
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 0309A1A9105 for <xml2rfc@ietf.org>; Tue, 17 Feb 2015 23:42:13 -0800 (PST)
Received: from localhost ([::1]:34003 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 1YNzGV-0001wv-GN; Tue, 17 Feb 2015 23:41:47 -0800
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: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.com, julian.reschke@gmx.de
X-Trac-Project: xml2rfc
Date: Wed, 18 Feb 2015 07:41:47 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/115#comment:18
Message-ID: <081.044acdcf73797a972831dfa97738d8b3@tools.ietf.org>
References: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-Trac-Ticket-ID: 115
In-Reply-To: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.com, julian.reschke@gmx.de, 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/VwvSv6FgNIDgn7YfPVf2UG68YO4>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #115 (Version 2 cli): xml2rfc 2.4.1 v2 puts two spaces after "i.e."
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: Wed, 18 Feb 2015 07:42:15 -0000

#115: xml2rfc 2.4.1 v2 puts two spaces after "i.e."


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

 My recommendation would be to simply drop the "insert two spaces"
 functionality.

-- 
---------------------------------+----------------------
  Reporter:  jonathan@vidyo.com  |      Owner:
      Type:  defect              |     Status:  reopened
  Priority:  major               |  Milestone:
 Component:  Version 2 cli       |    Version:
Resolution:                      |   Keywords:
---------------------------------+----------------------

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


From nobody Wed Feb 18 04:27:30 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 D798C1A8750 for <xml2rfc@ietfa.amsl.com>; Wed, 18 Feb 2015 04:27:29 -0800 (PST)
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 bVW6W04vafKv for <xml2rfc@ietfa.amsl.com>; Wed, 18 Feb 2015 04:27:28 -0800 (PST)
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 951381A876E for <xml2rfc@ietf.org>; Wed, 18 Feb 2015 04:27:26 -0800 (PST)
Received: from localhost ([::1]:51027 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 1YO3ii-0003vZ-4u; Wed, 18 Feb 2015 04:27:12 -0800
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: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.com, julian.reschke@gmx.de
X-Trac-Project: xml2rfc
Date: Wed, 18 Feb 2015 12:27:11 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/115#comment:19
Message-ID: <081.a24139e7dcc57ea3148cca1d7ca89963@tools.ietf.org>
References: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-Trac-Ticket-ID: 115
In-Reply-To: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.com, julian.reschke@gmx.de, 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/l2_qPYy0U_s1sNpFqckl-ILW2l8>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #115 (Version 2 cli): xml2rfc 2.4.1 v2 puts two spaces after "i.e."
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: Wed, 18 Feb 2015 12:27:30 -0000

#115: xml2rfc 2.4.1 v2 puts two spaces after "i.e."


Comment (by lars@netapp.com):

 Agree with Julian; I wouldn't miss it.

-- 
---------------------------------+----------------------
  Reporter:  jonathan@vidyo.com  |      Owner:
      Type:  defect              |     Status:  reopened
  Priority:  major               |  Milestone:
 Component:  Version 2 cli       |    Version:
Resolution:                      |   Keywords:
---------------------------------+----------------------

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


From nobody Fri Feb 20 15:44:58 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 797261A0367 for <xml2rfc@ietfa.amsl.com>; Fri, 20 Feb 2015 15:44:56 -0800 (PST)
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 bYwCwlUzAWRT for <xml2rfc@ietfa.amsl.com>; Fri, 20 Feb 2015 15:44:54 -0800 (PST)
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 E4DAA1A01EA for <xml2rfc@ietf.org>; Fri, 20 Feb 2015 15:44:54 -0800 (PST)
Received: from localhost ([::1]:59510 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 1YOxFe-0002s4-De; Fri, 20 Feb 2015 15:44:54 -0800
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, 20 Feb 2015 23:44:54 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/283
Message-ID: <063.abc9ca080ea97358d711647710003b40@tools.ietf.org>
X-Trac-Ticket-ID: 283
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/qc6cJJ8fX8JPWHegCAjRZACrb5U>
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: [xml2rfc] #283 (Version 2 cli): ability to suppress quotation marks around ref title
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, 20 Feb 2015 23:44:56 -0000

#283: ability to suppress quotation marks around ref title

 We'd like the ability to create a reference that doesn't have quotation
 marks around its title. (xml2rfc can't be used to create the exact
 reference below b/c the output always has quotation marks around the title
 element.)

 From RFC 7322:
 {{{
 4.8.6.5.  Referencing Errata

  The following format is required when a reference to an erratum
  report is necessary:

     [ErrNumber]  RFC Errata, Erratum ID number, RFC number.

     [Err1912]  RFC Errata, Erratum ID 1912, RFC 2978.
 }}}

-- 
-----------------------------+----------------------------------
 Reporter:  arusso@amsl.com  |      Owner:  henrik@levkowetz.com
     Type:  enhancement      |     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/283>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sun Feb 22 09:57: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 6E66E1A3BA3 for <xml2rfc@ietfa.amsl.com>; Sun, 22 Feb 2015 09:57:49 -0800 (PST)
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 ZQyihjjVJREJ for <xml2rfc@ietfa.amsl.com>; Sun, 22 Feb 2015 09:57:48 -0800 (PST)
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 276151A3B9D for <xml2rfc@ietf.org>; Sun, 22 Feb 2015 09:57:48 -0800 (PST)
Received: from localhost ([::1]:54121 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 1YPamc-0005cS-W9; Sun, 22 Feb 2015 09:57:34 -0800
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, cabo@tzi.org, tony@att.com, julian.reschke@gmx.de
X-Trac-Project: xml2rfc
Date: Sun, 22 Feb 2015 17:57:34 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: /ticket/276#comment:8
Message-ID: <075.f5f850166a32941065518eccde00b16a@tools.ietf.org>
References: <060.08f0be4d11a4720cba97ee6d3524faf1@tools.ietf.org>
X-Trac-Ticket-ID: 276
In-Reply-To: <060.08f0be4d11a4720cba97ee6d3524faf1@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, cabo@tzi.org, tony@att.com, julian.reschke@gmx.de, 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/n9vHh7foB8RswjOy8Koj4RPyhGg>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #276 (Version 2 cli): XML2RFC accepts TAB (ASCII HT) characters in layout-sensitive input
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: Sun, 22 Feb 2015 17:57:49 -0000

#276: XML2RFC accepts TAB (ASCII HT) characters in layout-sensitive input

Changes (by henrik@levkowetz.com):

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


Comment:

 Fixed in [1768]:

 Issue a warning for input containing tab characters, and expand to 8, not
 4 characters.  Fixes issue #276.

-- 
----------------------------+----------------------------------
  Reporter:  cabo@tzi.org   |      Owner:  henrik@levkowetz.com
      Type:  defect         |     Status:  closed
  Priority:  blocker        |  Milestone:
 Component:  Version 2 cli  |    Version:  2.4.x
Resolution:  fixed          |   Keywords:
----------------------------+----------------------------------

Ticket URL: </ticket/276#comment:8>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sun Feb 22 10:36:05 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 CCD9B1A3BA7 for <xml2rfc@ietfa.amsl.com>; Sun, 22 Feb 2015 10:36:04 -0800 (PST)
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 DatxbUq82t6R for <xml2rfc@ietfa.amsl.com>; Sun, 22 Feb 2015 10:36:03 -0800 (PST)
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 AC48B1A039D for <xml2rfc@ietf.org>; Sun, 22 Feb 2015 10:36:03 -0800 (PST)
Received: from localhost ([::1]:56514 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 1YPbNP-0002AR-SU; Sun, 22 Feb 2015 10:35:35 -0800
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: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.com, julian.reschke@gmx.de
X-Trac-Project: xml2rfc
Date: Sun, 22 Feb 2015 18:35:35 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: /ticket/115#comment:20
Message-ID: <081.acdd6793e2d3411451c6b05b17fd1bef@tools.ietf.org>
References: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-Trac-Ticket-ID: 115
In-Reply-To: <066.1445983ce9e57ad5e29ee2ecd7564429@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: arusso@amsl.com, infrastation@yandex.ru, tony@att.com, henrik@levkowetz.com, lars@netapp.com, julian.reschke@gmx.de, 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/c6cJEUNq0x6hNYnmx0HIUiV9nGE>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #115 (Version 2 cli): xml2rfc 2.4.1 v2 puts two spaces after "i.e."
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: Sun, 22 Feb 2015 18:36:04 -0000

#115: xml2rfc 2.4.1 v2 puts two spaces after "i.e."

Changes (by henrik@levkowetz.com):

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


Comment:

 Fixed in [1772]:

 Added 'i.e.' as a non-sentence-ending string.  Added a test for some
 abbreviations, including 'i.e.'.  Fixes issue #115

-- 
---------------------------------+--------------------
  Reporter:  jonathan@vidyo.com  |      Owner:
      Type:  defect              |     Status:  closed
  Priority:  major               |  Milestone:
 Component:  Version 2 cli       |    Version:
Resolution:  fixed               |   Keywords:
---------------------------------+--------------------

Ticket URL: </ticket/115#comment:20>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sun Feb 22 11:18:15 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 93B671A6EF4 for <xml2rfc@ietfa.amsl.com>; Sun, 22 Feb 2015 11:18:14 -0800 (PST)
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 Tfif0VX3eyk5 for <xml2rfc@ietfa.amsl.com>; Sun, 22 Feb 2015 11:18:13 -0800 (PST)
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 F1B971A6EF2 for <xml2rfc@ietf.org>; Sun, 22 Feb 2015 11:18:12 -0800 (PST)
Received: from localhost ([::1]:59414 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 1YPc2e-0001ZY-R0; Sun, 22 Feb 2015 11:18:12 -0800
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, mferguson@amsl.com
X-Trac-Project: xml2rfc
Date: Sun, 22 Feb 2015 19:18:12 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: /ticket/273#comment:2
Message-ID: <081.dc0058d8b8cd8f71de5086ab2d88c865@tools.ietf.org>
References: <066.fc4005d36590573bab6b020dd1ac9b26@tools.ietf.org>
X-Trac-Ticket-ID: 273
In-Reply-To: <066.fc4005d36590573bab6b020dd1ac9b26@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, mferguson@amsl.com, 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/nbtE-RN7_I8XOFbtkbXPUTyX5tI>
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: Re: [xml2rfc] #273 (Version 2 cli): Author's Address Section Appearing in TOC
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: Sun, 22 Feb 2015 19:18:14 -0000

#273: Author's Address Section Appearing in TOC

Changes (by henrik@levkowetz.com):

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


Comment:

 Fixed in [1775]:

 Changed the handling of rfcedstyle so as to include the Authors' Addresses
 section in the TOC.  Fixes issue #273.

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

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


From nobody Sun Feb 22 13:41:48 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 559121A0013 for <xml2rfc@ietfa.amsl.com>; Sun, 22 Feb 2015 13:41:47 -0800 (PST)
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 nKumxe5kyq6G for <xml2rfc@ietfa.amsl.com>; Sun, 22 Feb 2015 13:41:46 -0800 (PST)
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 F03A41A0004 for <xml2rfc@ietf.org>; Sun, 22 Feb 2015 13:41:45 -0800 (PST)
Received: from localhost ([::1]:38540 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 1YPeHQ-0006Q0-TM; Sun, 22 Feb 2015 13:41:36 -0800
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, julian.reschke@gmx.de, mferguson@amsl.com
X-Trac-Project: xml2rfc
Date: Sun, 22 Feb 2015 21:41:36 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: /ticket/105#comment:5
Message-ID: <078.1bbc2cbd62886875e18b253869ff755b@tools.ietf.org>
References: <063.d38fe5ebbee887a3757edb2a983e48d8@tools.ietf.org>
X-Trac-Ticket-ID: 105
In-Reply-To: <063.d38fe5ebbee887a3757edb2a983e48d8@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, julian.reschke@gmx.de, mferguson@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/PkjST1zLdLrDUKoO-_dBQVtv5Gs>
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: Re: [xml2rfc] #105 (Version 2 cli): ability to create an unnumbered section
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: Sun, 22 Feb 2015 21:41:47 -0000

#105: ability to create an unnumbered section

Changes (by henrik@levkowetz.com):

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


Comment:

 Fixed in [1776]:

 Added the ability to create unnumbered sections by using the attribute
 numbered="no" on the section element, with the constraints specified in
 draft-hoffman-xml2rfc-15.  Fixes issue #105.

-- 
------------------------------+--------------------
  Reporter:  arusso@amsl.com  |      Owner:
      Type:  enhancement      |     Status:  closed
  Priority:  major            |  Milestone:
 Component:  Version 2 cli    |    Version:  2.3.11
Resolution:  fixed            |   Keywords:
------------------------------+--------------------

Ticket URL: </ticket/105#comment:5>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Mon Feb 23 04:38:58 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 A85381A03E1 for <xml2rfc@ietfa.amsl.com>; Mon, 23 Feb 2015 04:38:57 -0800 (PST)
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 iJD9D6j5yw-Y for <xml2rfc@ietfa.amsl.com>; Mon, 23 Feb 2015 04:38:56 -0800 (PST)
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 5C4A41A03A1 for <xml2rfc@ietf.org>; Mon, 23 Feb 2015 04:38:56 -0800 (PST)
Received: from localhost ([::1]:53933 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 1YPsHm-0006tV-VC; Mon, 23 Feb 2015 04:38:54 -0800
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
X-Trac-Project: xml2rfc
Date: Mon, 23 Feb 2015 12:38:54 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/283#comment:1
Message-ID: <078.b258cdba66c33487dd0189514984758c@tools.ietf.org>
References: <063.abc9ca080ea97358d711647710003b40@tools.ietf.org>
X-Trac-Ticket-ID: 283
In-Reply-To: <063.abc9ca080ea97358d711647710003b40@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.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/3tNt8FQrVIZFEyFnsYxmdpYwDA8>
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: Re: [xml2rfc] #283 (Version 2 cli): ability to suppress quotation marks around ref title
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: Mon, 23 Feb 2015 12:38:57 -0000

#283: ability to suppress quotation marks around ref title

Changes (by henrik@levkowetz.com):

 * priority:  medium => major


-- 
------------------------------+----------------------------------
  Reporter:  arusso@amsl.com  |      Owner:  henrik@levkowetz.com
      Type:  enhancement      |     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/283#comment:1>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Tue Feb 24 10:39:48 2015
Return-Path: <pusateri@bangj.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 E3BF01A8797 for <xml2rfc@ietfa.amsl.com>; Tue, 24 Feb 2015 10:39:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.362
X-Spam-Level: 
X-Spam-Status: No, score=0.362 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, HELO_MISMATCH_COM=0.553, HOST_MISMATCH_NET=0.311, SPF_HELO_PASS=-0.001, SPF_PASS=-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 9nYuWBKHgcxA for <xml2rfc@ietfa.amsl.com>; Tue, 24 Feb 2015 10:39:45 -0800 (PST)
Received: from oj.bangj.com (amt0.gin.ntt.net [129.250.11.170]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3D7511A8792 for <xml2rfc@ietf.org>; Tue, 24 Feb 2015 10:39:45 -0800 (PST)
Received: from [172.16.10.140] (gw.mountain2sea.com [71.70.135.90]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by oj.bangj.com (Postfix) with ESMTPSA id D83551BC5; Tue, 24 Feb 2015 13:36:57 -0500 (EST)
From: Tom Pusateri <pusateri@bangj.com>
X-Pgp-Agent: GPGMail 2.5b5
Content-Type: multipart/signed; boundary="Apple-Mail=_A3826DEE-B874-4504-AE5C-FA1740BD7F35"; protocol="application/pgp-signature"; micalg=pgp-sha1
Date: Tue, 24 Feb 2015 13:39:42 -0500
Message-Id: <A6EA1544-E3BE-4D19-94F3-EEB213506340@bangj.com>
To: xml2rfc@ietf.org
Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\))
X-Mailer: Apple Mail (2.2070.6)
Archived-At: <http://mailarchive.ietf.org/arch/msg/xml2rfc/6D84deoS8CWcbMsZWbZ6cBUx2A0>
Cc: Peter Saint-Andre - &yet <peter@andyet.net>
Subject: [xml2rfc] xml2rfc XEP reference
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, 24 Feb 2015 18:39:47 -0000

--Apple-Mail=_A3826DEE-B874-4504-AE5C-FA1740BD7F35
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

I've been working on an internet draft that references an XMPP XEP for =
informational purposes. xml2rfc seems to be choking on the reference =
because it doesn't like the xml header. The error I am getting is:

(rfc)butte% xml2rfc draft-ietf-dnssd-llq.xml -o draft-ietf-dnssd-llq.txt =
--text
Parsing file draft-ietf-dnssd-llq.xml
ERROR: Unable to parse the XML document: draft-ietf-dnssd-llq.xml
 /Users/pusateri/.cache/xml2rfc/reference.XSF.XEP-0060.xml: Line 1: =
Space needed here
 draft-ietf-dnssd-llq.xml: Line 247: Failure to process entity XEP-0060
 draft-ietf-dnssd-llq.xml: Line 247: Entity 'XEP-0060' not defined

(rfc)butte% xml2rfc --version
2.4.8


(rfc)butte% head =
/Users/pusateri/.cache/xml2rfc/reference.XSF.XEP-0060.xml
<?xml version=3D"1.0"?>
<reference anchor=3D"XEP-0060">
  <front>
    <title>Publish-Subscribe</title>
    <author initials=3D"P." surname=3D"Millard" fullname=3D"Peter =
Millard">
      <organization/>
      <address>
        <email/>
      </address>
    </author>

I've included this reference in my XML source as follows:

<!ENTITY XEP-0060 PUBLIC ""  =
"http://xmpp.org/extensions/refs/reference.XSF.XEP-0060.xml">


If I change the first line of the cached reference file from "<?xml =
version=3D"1.0"?>" to "<?xml version=3D'1.0' encoding=3D'UTF-8'?>", it =
works fine.

Should xml2rfc be less picky about the first line or should the =
reference files on xmpp.org get updated or both?

Thanks,
Tom




--Apple-Mail=_A3826DEE-B874-4504-AE5C-FA1740BD7F35
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

iQEcBAEBAgAGBQJU7MVuAAoJEPk0GMVmUuYMnhoIAILz33MBdSP/ylCP16vFr725
UDEdyF+iwaav00LpNUal2G6Ai1ipu+KjFgmqdK71bdxTb+MURlqyOiAX44ljw7yA
T24RpkyckkBL9sbRPI5g46aM8V9Hym4WgpK2p+kTBQkVMBXAAQz46Nh6P0GzM5pI
58eXdrd4/gwYtQZZwD4rN6hcSvuO5NMw5nMjGMicr0GaOHxKdHzI9HtiNWOWqNg0
I0umz3WEzJR1pjYBDkeSTV1JZvbKAcoMlcO4F0SVOETj/jgSjoiLO1wsJFpRSD4U
nwjRChlxu1I3ZZoLDmdp1vZvmbWvVgvimNHSjrE2d8CscpOKAaZoXUgzbi9eLnM=
=Qiqj
-----END PGP SIGNATURE-----

--Apple-Mail=_A3826DEE-B874-4504-AE5C-FA1740BD7F35--


From nobody Tue Feb 24 12:08:23 2015
Return-Path: <henrik@levkowetz.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 A16721A88A8 for <xml2rfc@ietfa.amsl.com>; Tue, 24 Feb 2015 12:08:21 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.9
X-Spam-Level: 
X-Spam-Status: No, score=-101.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 hmL1ccy2Cts9 for <xml2rfc@ietfa.amsl.com>; Tue, 24 Feb 2015 12:08:19 -0800 (PST)
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 0CF081A88A7 for <xml2rfc@ietf.org>; Tue, 24 Feb 2015 12:08:19 -0800 (PST)
Received: from localhost ([::1]:52907 helo=vigonier.tools.ietf.org) by zinfandel.tools.ietf.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.82_1-5b7a7c0-XX) (envelope-from <henrik@levkowetz.com>) id 1YQLmD-0004Dl-VE; Tue, 24 Feb 2015 12:08:18 -0800
Message-ID: <54ECDA2F.6020403@levkowetz.com>
Date: Tue, 24 Feb 2015 21:08:15 +0100
From: Henrik Levkowetz <henrik@levkowetz.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: Tom Pusateri <pusateri@bangj.com>, xml2rfc@ietf.org
References: <A6EA1544-E3BE-4D19-94F3-EEB213506340@bangj.com>
In-Reply-To: <A6EA1544-E3BE-4D19-94F3-EEB213506340@bangj.com>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 7bit
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik-sent@levkowetz.com, peter@andyet.net, xml2rfc@ietf.org, pusateri@bangj.com
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <http://mailarchive.ietf.org/arch/msg/xml2rfc/CQllHqpSpjFIcMYeD798GzleRnE>
Cc: Peter Saint-Andre - &yet <peter@andyet.net>
Subject: Re: [xml2rfc] xml2rfc XEP reference
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, 24 Feb 2015 20:08:21 -0000

Hi Tom,

On 2015-02-24 19:39, Tom Pusateri wrote:
> I've been working on an internet draft that references an XMPP XEP for informational purposes. xml2rfc seems to be choking on the reference because it doesn't like the xml header. The error I am getting is:
> 
> (rfc)butte% xml2rfc draft-ietf-dnssd-llq.xml -o draft-ietf-dnssd-llq.txt --text
> Parsing file draft-ietf-dnssd-llq.xml
> ERROR: Unable to parse the XML document: draft-ietf-dnssd-llq.xml
>  /Users/pusateri/.cache/xml2rfc/reference.XSF.XEP-0060.xml: Line 1: Space needed here
>  draft-ietf-dnssd-llq.xml: Line 247: Failure to process entity XEP-0060
>  draft-ietf-dnssd-llq.xml: Line 247: Entity 'XEP-0060' not defined
> 
> (rfc)butte% xml2rfc --version
> 2.4.8
> 
> 
> (rfc)butte% head /Users/pusateri/.cache/xml2rfc/reference.XSF.XEP-0060.xml
> <?xml version="1.0"?>
> <reference anchor="XEP-0060">
>   <front>
>     <title>Publish-Subscribe</title>
>     <author initials="P." surname="Millard" fullname="Peter Millard">
>       <organization/>
>       <address>
>         <email/>
>       </address>
>     </author>
> 
> I've included this reference in my XML source as follows:
> 
> <!ENTITY XEP-0060 PUBLIC ""  "http://xmpp.org/extensions/refs/reference.XSF.XEP-0060.xml">
> 
> 
> If I change the first line of the cached reference file from "<?xml
> version="1.0"?>" to "<?xml version='1.0' encoding='UTF-8'?>", it
> works fine.
> 
> Should xml2rfc be less picky about the first line or should the
> reference files on xmpp.org get updated or both?

As far as I can tell (based on http://www.w3.org/TR/REC-xml/#sec-prolog-dtd)
the lxml library which does the xml parsing is wrong in requiring the encoding.

I've tried various workarounds in the xml2rfc code this evening, but not managed
to find a way around this yet.  I'll be poking some more at it, but I'd suggest
you use your workaround in the meantime -- I can't promise a timely resolution.


Best regards,

	Henrik


From nobody Tue Feb 24 14:08:00 2015
Return-Path: <peter@andyet.net>
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 E62481A8A01 for <xml2rfc@ietfa.amsl.com>; Tue, 24 Feb 2015 13:44:07 -0800 (PST)
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_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 gMkImU0ZbgBx for <xml2rfc@ietfa.amsl.com>; Tue, 24 Feb 2015 13:44:05 -0800 (PST)
Received: from mail-ie0-f178.google.com (mail-ie0-f178.google.com [209.85.223.178]) (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 D2F6E1A89F0 for <xml2rfc@ietf.org>; Tue, 24 Feb 2015 13:44:05 -0800 (PST)
Received: by iecar1 with SMTP id ar1so36071970iec.0 for <xml2rfc@ietf.org>; Tue, 24 Feb 2015 13:44:05 -0800 (PST)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=xP1Kvj2sWAwKyNIxLtj4AAOLeuc9DXucqHogbC3YFXU=; b=T6r4bpEP7BQi54MdHXqqCp1bnW+offq7iHcr6lUVxX7YgOdQLOFued/MITbqMZH/tn KXVACQuSH5pHWZ5CDcfAvMYxxvNTvyl400wRS/LhUA8SbLxSgj17r2IXt4fXPph9POw6 NnEa2B4SQC7D0t92X13PymxV6+K4ruI4X6X/wkTMIhBDinFnrQM6PnXIlTFFiAbi0ng7 1KFRJj1xja6Y4rfn2qGoz2LybMWDm0kqJcVon/82EbSWyT5eyOFY9V+gARSnMrqRw9qw r17iuHeH3LukmmEzNnGS9RbN50OPnm25fOrGu7MfD8vXQvVZhIkTK1annBA+HzhiPIXH RqpA==
X-Gm-Message-State: ALoCoQnzippQjhiKZXzpsE4BmtkbsbVyiA93v9bc6vI8sC5/2kfHRCElfnhdA2F57LuIkxF68/le
X-Received: by 10.50.4.97 with SMTP id j1mr445164igj.46.1424814245008; Tue, 24 Feb 2015 13:44:05 -0800 (PST)
Received: from aither.local (c-73-34-202-214.hsd1.co.comcast.net. [73.34.202.214]) by mx.google.com with ESMTPSA id a31sm8696586ioj.42.2015.02.24.13.44.03 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Feb 2015 13:44:04 -0800 (PST)
Message-ID: <54ECF0A1.4030507@andyet.net>
Date: Tue, 24 Feb 2015 14:44:01 -0700
From: Peter Saint-Andre - &yet <peter@andyet.net>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: Tom Pusateri <pusateri@bangj.com>, xml2rfc@ietf.org
References: <A6EA1544-E3BE-4D19-94F3-EEB213506340@bangj.com>
In-Reply-To: <A6EA1544-E3BE-4D19-94F3-EEB213506340@bangj.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/xml2rfc/eAgglV5x7Tni5mdhLJRnGp32IJs>
X-Mailman-Approved-At: Tue, 24 Feb 2015 14:07:58 -0800
Subject: Re: [xml2rfc] xml2rfc XEP reference
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, 24 Feb 2015 21:44:08 -0000

On 2/24/15 11:39 AM, Tom Pusateri wrote:
> I've been working on an internet draft that references an XMPP XEP
> for informational purposes. xml2rfc seems to be choking on the
> reference because it doesn't like the xml header. The error I am
> getting is:
>
> (rfc)butte% xml2rfc draft-ietf-dnssd-llq.xml -o
> draft-ietf-dnssd-llq.txt --text Parsing file
> draft-ietf-dnssd-llq.xml ERROR: Unable to parse the XML document:
> draft-ietf-dnssd-llq.xml
> /Users/pusateri/.cache/xml2rfc/reference.XSF.XEP-0060.xml: Line 1:
> Space needed here draft-ietf-dnssd-llq.xml: Line 247: Failure to
> process entity XEP-0060 draft-ietf-dnssd-llq.xml: Line 247: Entity
> 'XEP-0060' not defined
>
> (rfc)butte% xml2rfc --version 2.4.8
>
>
> (rfc)butte% head
> /Users/pusateri/.cache/xml2rfc/reference.XSF.XEP-0060.xml <?xml
> version="1.0"?> <reference anchor="XEP-0060"> <front>
> <title>Publish-Subscribe</title> <author initials="P."
> surname="Millard" fullname="Peter Millard"> <organization/>
> <address> <email/> </address> </author>
>
> I've included this reference in my XML source as follows:
>
> <!ENTITY XEP-0060 PUBLIC ""
> "http://xmpp.org/extensions/refs/reference.XSF.XEP-0060.xml">
>
>
> If I change the first line of the cached reference file from "<?xml
> version="1.0"?>" to "<?xml version='1.0' encoding='UTF-8'?>", it
> works fine.
>
> Should xml2rfc be less picky about the first line or should the
> reference files on xmpp.org get updated or both?

The xmpp.org reference files need some attention in general so we can 
fix the encoding bit while we're at it.

Peter

-- 
Peter Saint-Andre
https://andyet.com/


From nobody Tue Feb 24 21:48:30 2015
Return-Path: <duerst@it.aoyama.ac.jp>
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 927D61A90AE for <xml2rfc@ietfa.amsl.com>; Tue, 24 Feb 2015 21:48:29 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.401
X-Spam-Level: 
X-Spam-Status: No, score=-1.401 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HELO_EQ_JP=1.244, HOST_EQ_JP=1.265, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-2.3, 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 60BnBsv2NMT0 for <xml2rfc@ietfa.amsl.com>; Tue, 24 Feb 2015 21:48:28 -0800 (PST)
Received: from scintmta01-14.scbb.aoyama.ac.jp (scintmta01-14.scbb.aoyama.ac.jp [133.2.253.64]) by ietfa.amsl.com (Postfix) with ESMTP id CBB121A09C9 for <xml2rfc@ietf.org>; Tue, 24 Feb 2015 21:48:27 -0800 (PST)
Received: from scmeg01-14.scbb.aoyama.ac.jp (scmeg01-14.scbb.aoyama.ac.jp [133.2.253.15]) by scintmta01-14.scbb.aoyama.ac.jp (Postfix) with ESMTP id E8D0332E57D; Wed, 25 Feb 2015 14:47:41 +0900 (JST)
Received: from itmail2.it.aoyama.ac.jp (unknown [133.2.206.134]) by scmeg01-14.scbb.aoyama.ac.jp with smtp id 6b07_29a3_11279c13_b902_4320_b242_7a9ccd5efb6a; Wed, 25 Feb 2015 14:47:41 +0900
Received: from [133.2.210.64] (unknown [133.2.210.64]) by itmail2.it.aoyama.ac.jp (Postfix) with ESMTP id 44149BF4CA; Wed, 25 Feb 2015 14:47:41 +0900 (JST)
Message-ID: <54ED61FB.5040707@it.aoyama.ac.jp>
Date: Wed, 25 Feb 2015 14:47:39 +0900
From: =?UTF-8?B?Ik1hcnRpbiBKLiBEw7xyc3Qi?= <duerst@it.aoyama.ac.jp>
Organization: Aoyama Gakuin University
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: Henrik Levkowetz <henrik@levkowetz.com>,  Tom Pusateri <pusateri@bangj.com>, xml2rfc@ietf.org
References: <A6EA1544-E3BE-4D19-94F3-EEB213506340@bangj.com> <54ECDA2F.6020403@levkowetz.com>
In-Reply-To: <54ECDA2F.6020403@levkowetz.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/xml2rfc/gDC2V5ZJC4h4Khe86gn58l1Wd98>
Cc: Peter Saint-Andre - &yet <peter@andyet.net>
Subject: Re: [xml2rfc] xml2rfc XEP reference
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: Wed, 25 Feb 2015 05:48:29 -0000

On 2015/02/25 05:08, Henrik Levkowetz wrote:

> On 2015-02-24 19:39, Tom Pusateri wrote:

>> If I change the first line of the cached reference file from "<?xml
>> version="1.0"?>" to "<?xml version='1.0' encoding='UTF-8'?>", it
>> works fine.
>>
>> Should xml2rfc be less picky about the first line or should the
>> reference files on xmpp.org get updated or both?
>
> As far as I can tell (based on http://www.w3.org/TR/REC-xml/#sec-prolog-dtd)
> the lxml library which does the xml parsing is wrong in requiring the encoding.

You have to be careful. I had to check it, too.

In a document entity (the main XML file), the XML declaration ("<?xml 
..."), if given, needs a version, but doesn't need an encoding. So on 
the main file, <?xml version="1.0"?> would be perfectly fine, as per 
http://www.w3.org/TR/REC-xml/#NT-XMLDecl.

However, for an external parsed entity (i.e. an included file, such as 
one with reference data), the text declaration (as with the XML 
declaration above, this starts with "<?xml ..."), if given, needs an 
encoding but not a version. Thus, <?xml encoding='UTF-8'?> would be 
fine, but <?xml version="1.0"?> wouldn't, as per 
http://www.w3.org/TR/xml/#NT-TextDecl.

This looks complicated. The way to remember it is to note that on small 
included snippets, the version will probably be irrelevant, but they can 
be in various different encodings.

If you want something to be usable both as a document entity (a document 
on its own) and an external parsed entity (a file to be included), then 
you either have to not have the "<!xml ..." stuff at the start or to 
make sure that it contains both version and encoding.

Regards,   Martin.


From nobody Wed Feb 25 01:05:45 2015
Return-Path: <henrik@levkowetz.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 F3DBA1A82E2 for <xml2rfc@ietfa.amsl.com>; Wed, 25 Feb 2015 01:05:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.6
X-Spam-Level: 
X-Spam-Status: No, score=-101.6 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, MIME_8BIT_HEADER=0.3, USER_IN_WHITELIST=-100] 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 Cun5xB6jfh4T for <xml2rfc@ietfa.amsl.com>; Wed, 25 Feb 2015 01:05:43 -0800 (PST)
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 EA2981A802D for <xml2rfc@ietf.org>; Wed, 25 Feb 2015 01:05:42 -0800 (PST)
Received: from localhost ([::1]:32926 helo=vigonier.tools.ietf.org) by zinfandel.tools.ietf.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.82_1-5b7a7c0-XX) (envelope-from <henrik@levkowetz.com>) id 1YQXuX-0004kq-4Q; Wed, 25 Feb 2015 01:05:41 -0800
Message-ID: <54ED9062.6080602@levkowetz.com>
Date: Wed, 25 Feb 2015 10:05:38 +0100
From: Henrik Levkowetz <henrik@levkowetz.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: =?UTF-8?B?Ik1hcnRpbiBKLiBEw7xyc3Qi?= <duerst@it.aoyama.ac.jp>,  Tom Pusateri <pusateri@bangj.com>, xml2rfc@ietf.org
References: <A6EA1544-E3BE-4D19-94F3-EEB213506340@bangj.com> <54ECDA2F.6020403@levkowetz.com> <54ED61FB.5040707@it.aoyama.ac.jp>
In-Reply-To: <54ED61FB.5040707@it.aoyama.ac.jp>
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik-sent@levkowetz.com, peter@andyet.net, xml2rfc@ietf.org, pusateri@bangj.com, duerst@it.aoyama.ac.jp
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Scanned: No (on zinfandel.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <http://mailarchive.ietf.org/arch/msg/xml2rfc/qFWVTDiKtB-jD8_g2igK2lzy0As>
Cc: Peter Saint-Andre - &yet <peter@andyet.net>
Subject: Re: [xml2rfc] xml2rfc XEP reference
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: Wed, 25 Feb 2015 09:05:44 -0000

Hi Martin,

On 2015-02-25 06:47, "Martin J. Dürst" wrote:
> On 2015/02/25 05:08, Henrik Levkowetz wrote:
> 
>> On 2015-02-24 19:39, Tom Pusateri wrote:
> 
>>> If I change the first line of the cached reference file from "<?xml
>>> version="1.0"?>" to "<?xml version='1.0' encoding='UTF-8'?>", it
>>> works fine.
>>>
>>> Should xml2rfc be less picky about the first line or should the
>>> reference files on xmpp.org get updated or both?
>>
>> As far as I can tell (based on http://www.w3.org/TR/REC-xml/#sec-prolog-dtd)
>> the lxml library which does the xml parsing is wrong in requiring the encoding.
> 
> You have to be careful. I had to check it, too.
> 
> In a document entity (the main XML file), the XML declaration ("<?xml 
> ..."), if given, needs a version, but doesn't need an encoding. So on 
> the main file, <?xml version="1.0"?> would be perfectly fine, as per 
> http://www.w3.org/TR/REC-xml/#NT-XMLDecl.
> 
> However, for an external parsed entity (i.e. an included file, such as 
> one with reference data), the text declaration (as with the XML 
> declaration above, this starts with "<?xml ..."), if given, needs an 
> encoding but not a version. Thus, <?xml encoding='UTF-8'?> would be 
> fine, but <?xml version="1.0"?> wouldn't, as per 
> http://www.w3.org/TR/xml/#NT-TextDecl.

Aha!

> This looks complicated. The way to remember it is to note that on small 
> included snippets, the version will probably be irrelevant, but they can 
> be in various different encodings.

Seems reasonable; thanks for the mnemonic help.

> If you want something to be usable both as a document entity (a document 
> on its own) and an external parsed entity (a file to be included), then 
> you either have to not have the "<!xml ..." stuff at the start or to 
> make sure that it contains both version and encoding.

Good guiding principle; thanks.


Best regards,

	Henrik


From nobody Thu Feb 26 03:26: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 468581A7014 for <xml2rfc@ietfa.amsl.com>; Thu, 26 Feb 2015 03:26:10 -0800 (PST)
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 OzhKq2znciPN for <xml2rfc@ietfa.amsl.com>; Thu, 26 Feb 2015 03:26:09 -0800 (PST)
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 19D961A7012 for <xml2rfc@ietf.org>; Thu, 26 Feb 2015 03:26:09 -0800 (PST)
Received: from localhost ([::1] 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 1YQwa0-0004eV-1i; Thu, 26 Feb 2015 03:26:08 -0800
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
X-Trac-Project: xml2rfc
Date: Thu, 26 Feb 2015 11:26:07 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/284
Message-ID: <068.0fcb736a82cf43c2815c5ccccc0c98fd@tools.ietf.org>
X-Trac-Ticket-ID: 284
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.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/OrNFfl-aryx4W54o--03XYo25E8>
Cc: xml2rfc@ietf.org
Subject: [xml2rfc] #284 (Version 2 cli): Add a switch to skip network access
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: Thu, 26 Feb 2015 11:26:10 -0000

#284: Add a switch to skip network access

 For most documents, the time to do the actual processing of xml to txt or
 html is quite small compared to the time it takes to access reference
 files located on the network.

 Add a switch to skip reference lookup on the net, relying entirely on
 what's in the cache.

 This probably also should result in a warning that the cache content is
 old, if it's more than X (7?) days since it was checked against the
 network locations.  This in turn requires verifying and touching the cache
 files when running with network access (or saving cache file verification
 timestamps in some other manner).

-- 
----------------------------------+----------------------------------
 Reporter:  henrik@levkowetz.com  |      Owner:  henrik@levkowetz.com
     Type:  enhancement           |     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/284>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sat Feb 28 08:19:35 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 128E71A6EFB for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 08:19:35 -0800 (PST)
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 dpJh4WUJMg-q for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 08:19:30 -0800 (PST)
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 C1AA71A6EF1 for <xml2rfc@ietf.org>; Sat, 28 Feb 2015 08:19:30 -0800 (PST)
Received: from localhost ([::1]:43651 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 1YRk70-00061r-0M; Sat, 28 Feb 2015 08:19:30 -0800
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, mferguson@amsl.com
X-Trac-Project: xml2rfc
Date: Sat, 28 Feb 2015 16:19:29 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: /ticket/272#comment:2
Message-ID: <078.730d19125034866f15610163c65bf3de@tools.ietf.org>
References: <063.52a63eaba7bbee2d0c69cb549c6c7e51@tools.ietf.org>
X-Trac-Ticket-ID: 272
In-Reply-To: <063.52a63eaba7bbee2d0c69cb549c6c7e51@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, mferguson@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/WGDevta92IuT-5fSc4wnn0zR6Wo>
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: Re: [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: Sat, 28 Feb 2015 16:19:35 -0000

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

Changes (by henrik@levkowetz.com):

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


Comment:

 Fixed in [1795]:

 In the front page top right-hand matter, don't keep the blank line between
 authors and date that would otherwise be used for authors without
 affiliation.  Fixes issue #272.

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

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


From nobody Sat Feb 28 08:45:52 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 D07421A0390 for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 08:45:50 -0800 (PST)
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 B8uL3Xb4HwQc for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 08:45:49 -0800 (PST)
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 553211A032D for <xml2rfc@ietf.org>; Sat, 28 Feb 2015 08:45:49 -0800 (PST)
Received: from localhost ([::1]:44882 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 1YRkWI-0005sb-Py; Sat, 28 Feb 2015 08:45:38 -0800
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, julian.reschke@gmx.de, tony@att.com, mferguson@amsl.com
X-Trac-Project: xml2rfc
Date: Sat, 28 Feb 2015 16:45:38 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/247#comment:8
Message-ID: <078.0889b5cccfbcf13d652c00dccf497d60@tools.ietf.org>
References: <063.43ddb8b4ec21380945f0282fa80680ea@tools.ietf.org>
X-Trac-Ticket-ID: 247
In-Reply-To: <063.43ddb8b4ec21380945f0282fa80680ea@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, julian.reschke@gmx.de, tony@att.com,  mferguson@amsl.com, 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/D7CkTfSHWXDHiV6x2bBMyGhGAaY>
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: Re: [xml2rfc] #247 (Version 2 cli): &rfc.number; yields "XXXX" no matter what
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: Sat, 28 Feb 2015 16:45:51 -0000

#247: &rfc.number; yields "XXXX" no matter what

Changes (by henrik@levkowetz.com):

 * cc: tony@att.com (added)


Comment:

 Looks like a good catch by Tony, but I still can't reproduce it.  Maybe
 I'm not inserting &nbhy; in the right place; or it could be that the
 version of lxml I'm using handles validation better.  Advice on exactly
 where in the sample source (or reference ??) to insert &nbhy; would be
 appreciated, also the version of lxml for which this can be seen.

-- 
------------------------------+----------------------------------
  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/247#comment:8>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sat Feb 28 13:06: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 24F531A879C for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 13:06:22 -0800 (PST)
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 XwL2lIL7XAiL for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 13:06:20 -0800 (PST)
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 E4A051A8794 for <xml2rfc@ietf.org>; Sat, 28 Feb 2015 13:06:20 -0800 (PST)
Received: from localhost ([::1]:58728 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 1YRoaa-0007jo-GL; Sat, 28 Feb 2015 13:06:20 -0800
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
X-Trac-Project: xml2rfc
Date: Sat, 28 Feb 2015 21:06:20 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/283#comment:2
Message-ID: <078.c664000ae2494dc53fc7fa1941d44dd6@tools.ietf.org>
References: <063.abc9ca080ea97358d711647710003b40@tools.ietf.org>
X-Trac-Ticket-ID: 283
In-Reply-To: <063.abc9ca080ea97358d711647710003b40@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.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/krGQFc51MasXVFd-EDIh0f7P0WE>
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: Re: [xml2rfc] #283 (Version 2 cli): ability to suppress quotation marks around ref title
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: Sat, 28 Feb 2015 21:06:22 -0000

#283: ability to suppress quotation marks around ref title


Comment (by henrik@levkowetz.com):

 I've started looking at this, but it needs changes to the schema.  I've
 started a conversation to determine a good way of handling this; as soon
 as I have a proposed schema change, I'll implement.

-- 
------------------------------+----------------------------------
  Reporter:  arusso@amsl.com  |      Owner:  henrik@levkowetz.com
      Type:  enhancement      |     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/283#comment:2>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>


From nobody Sat Feb 28 14:06:00 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 0EC901A003A for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 14:06:00 -0800 (PST)
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 TzThOjP3cicZ for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 14:05:58 -0800 (PST)
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 C065C1A0037 for <xml2rfc@ietf.org>; Sat, 28 Feb 2015 14:05:58 -0800 (PST)
Received: from localhost ([::1]:34011 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 1YRpWI-0006XS-KX; Sat, 28 Feb 2015 14:05:58 -0800
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
X-Trac-Project: xml2rfc
Date: Sat, 28 Feb 2015 22:05:58 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: /ticket/282#comment:1
Message-ID: <084.76f578063c5c8cd95bf458198739b4e9@tools.ietf.org>
References: <069.9e2655329cdb686530d6222715dde95b@tools.ietf.org>
X-Trac-Ticket-ID: 282
In-Reply-To: <069.9e2655329cdb686530d6222715dde95b@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.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/xDjBR1bwfkcL-dF2rOQG6gAFcNg>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #282 (Version 2 cli): <?rfc needLines="#" ?> causes stack trace.
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: Sat, 28 Feb 2015 22:06:00 -0000

#282: <?rfc needLines="#" ?> causes stack trace.

Changes (by henrik@levkowetz.com):

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


Comment:

 Fixed in [1802]:

 Catch bad arguments to the 'needlines' processing instruction.  Fixes
 issue #282.

-- 
------------------------------------+--------------------------
  Reporter:  elwynd@dial.pipex.com  |      Owner:  Elwyn Davies
      Type:  defect                 |     Status:  closed
  Priority:  medium                 |  Milestone:
 Component:  Version 2 cli          |    Version:  2.4.x
Resolution:  fixed                  |   Keywords:
------------------------------------+--------------------------

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


From nobody Sat Feb 28 14:06: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 3B7DD1A0052 for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 14:06:46 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.71
X-Spam-Level: 
X-Spam-Status: No, score=-0.71 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, J_CHICKENPOX_44=0.6, J_CHICKENPOX_55=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 YYAWwn1_vYgN for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 14:06:41 -0800 (PST)
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 DB4AA1A001B for <xml2rfc@ietf.org>; Sat, 28 Feb 2015 14:06:41 -0800 (PST)
Received: from localhost ([::1]:34044 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 1YRpWz-0006dn-NX; Sat, 28 Feb 2015 14:06:41 -0800
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
X-Trac-Project: xml2rfc
Date: Sat, 28 Feb 2015 22:06:41 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/282#comment:2
Message-ID: <084.0f756a77d7ae5a00ed78ec092e05fe4f@tools.ietf.org>
References: <069.9e2655329cdb686530d6222715dde95b@tools.ietf.org>
X-Trac-Ticket-ID: 282
In-Reply-To: <069.9e2655329cdb686530d6222715dde95b@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.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/PC_tEO7sSd4ngcf0_yt43QYYqcA>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #282 (Version 2 cli): <?rfc needLines="#" ?> causes stack trace.
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: Sat, 28 Feb 2015 22:06:46 -0000

#282: <?rfc needLines="#" ?> causes stack trace.

Description changed by henrik@levkowetz.com:

Old description:

> Having the line <?rfc needLines="#" ?> crashes the basic paginated text
> writer:
>
> Traceback (most recent call last):
>   File "/usr/local/bin/xml2rfc", line 4, in <module>
>     __import__('pkg_resources').run_script('xml2rfc==2.4.9dev0',
> 'xml2rfc')
>   File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line
> 517, in run_script
>     self.require(requires)[0].run_script(script_name, ns)
>   File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line
> 1436, in run_script
>     exec(code, namespace, namespace)
>   File "/usr/local/lib/python2.7/dist-
> packages/xml2rfc-2.4.9dev0-py2.7.egg/EGG-INFO/scripts/xml2rfc", line 239,
> in <module>
>     main()
>   File "/usr/local/lib/python2.7/dist-
> packages/xml2rfc-2.4.9dev0-py2.7.egg/EGG-INFO/scripts/xml2rfc", line 224,
> in main
>     pagedwriter.write(filename)
>   File "/usr/local/lib/python2.7/dist-
> packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 1180,
> in write
>     self._build_index()
>   File "/usr/local/lib/python2.7/dist-
> packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 992,
> in _build_index
>     self.write_section_rec(middle, None)
>   File "/usr/local/lib/python2.7/dist-
> packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 864,
> in write_section_rec
>     level=level + 1, appendix=appendix)
>   File "/usr/local/lib/python2.7/dist-
> packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 830,
> in write_section_rec
>     self.needLines(pis["needLines"])
>   File "/usr/local/lib/python2.7/dist-
> packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/paginated_txt.py",
> line 92, in needLines
>     if int(count) < 0:
> ValueError: invalid literal for int() with base 10: '#'
>
> I think Changeset 1122 was supposed to have fixed this but it isn't
> protected against silly count values.

New description:

 Having the line <?rfc needLines="#" ?> crashes the basic paginated text
 writer:
 {{{
 Traceback (most recent call last):
   File "/usr/local/bin/xml2rfc", line 4, in <module>
     __import__('pkg_resources').run_script('xml2rfc==2.4.9dev0',
 'xml2rfc')
   File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line
 517, in run_script
     self.require(requires)[0].run_script(script_name, ns)
   File "/usr/local/lib/python2.7/dist-packages/pkg_resources.py", line
 1436, in run_script
     exec(code, namespace, namespace)
   File "/usr/local/lib/python2.7/dist-packages/xml2rfc-2.4.9dev0-py2.7.egg
 /EGG-INFO/scripts/xml2rfc", line 239, in <module>
     main()
   File "/usr/local/lib/python2.7/dist-packages/xml2rfc-2.4.9dev0-py2.7.egg
 /EGG-INFO/scripts/xml2rfc", line 224, in main
     pagedwriter.write(filename)
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 1180,
 in write
     self._build_index()
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 992,
 in _build_index
     self.write_section_rec(middle, None)
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 864,
 in write_section_rec
     level=level + 1, appendix=appendix)
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/base.py", line 830,
 in write_section_rec
     self.needLines(pis["needLines"])
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.4.9dev0-py2.7.egg/xml2rfc/writers/paginated_txt.py",
 line 92, in needLines
     if int(count) < 0:
 ValueError: invalid literal for int() with base 10: '#'
 }}}

 I think Changeset 1122 was supposed to have fixed this but it isn't
 protected against silly count values.

--

-- 
------------------------------------+--------------------------
  Reporter:  elwynd@dial.pipex.com  |      Owner:  Elwyn Davies
      Type:  defect                 |     Status:  closed
  Priority:  medium                 |  Milestone:
 Component:  Version 2 cli          |    Version:  2.4.x
Resolution:  fixed                  |   Keywords:
------------------------------------+--------------------------

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


From nobody Sat Feb 28 14:56:54 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 D56721A0055 for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 14:56:52 -0800 (PST)
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 uTrAQoV-s1BD for <xml2rfc@ietfa.amsl.com>; Sat, 28 Feb 2015 14:56:51 -0800 (PST)
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 9A3C91A0053 for <xml2rfc@ietf.org>; Sat, 28 Feb 2015 14:56:51 -0800 (PST)
Received: from localhost ([::1]:37247 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 1YRqJX-0006Bz-Eg; Sat, 28 Feb 2015 14:56:51 -0800
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
X-Trac-Project: xml2rfc
Date: Sat, 28 Feb 2015 22:56:51 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: /ticket/277#comment:1
Message-ID: <075.834aaf0db00b2d71497e3aeb71e20e31@tools.ietf.org>
References: <060.78290404827ff2ad2556eaea16493c1b@tools.ietf.org>
X-Trac-Ticket-ID: 277
In-Reply-To: <060.78290404827ff2ad2556eaea16493c1b@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.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/EicrV-5L1oYqGdX4OEipF23aiJs>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #277 (Version 2 cli): An empty column breaks xml2rfc (throws unhandled exception)
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: Sat, 28 Feb 2015 22:56:53 -0000

#277: An empty column breaks xml2rfc (throws unhandled exception)

Changes (by henrik@levkowetz.com):

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


Comment:

 Fixed in [1803]:

 Make sure we don't ask textwrap to wrap text with within a width of zero.
 Fixes issue #277.

-- 
----------------------------+----------------------------------
  Reporter:  cabo@tzi.org   |      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/277#comment:1>
xml2rfc <http://tools.ietf.org/tools/xml2rfc/>

