
From nobody Sun Jan  8 18:52:23 2017
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 5577B12957E for <xml2rfc@ietfa.amsl.com>; Sun,  8 Jan 2017 18:52:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.399
X-Spam-Level: 
X-Spam-Status: No, score=-2.399 tagged_above=-999 required=5 tests=[BAYES_50=0.8, RP_MATCHES_RCVD=-3.199] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IoHVvXj6kGXT for <xml2rfc@ietfa.amsl.com>; Sun,  8 Jan 2017 18:52:21 -0800 (PST)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5454112950A for <xml2rfc@ietf.org>; Sun,  8 Jan 2017 18:52:21 -0800 (PST)
Received: from localhost ([::1]:54109 helo=durif.tools.ietf.org) by durif.tools.ietf.org with esmtp (Exim 4.80) (envelope-from <trac@tools.ietf.org>) id 1cQQ4K-00050f-Mv; Sun, 08 Jan 2017 18:52: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.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: henrik@levkowetz.com, brian.e.carpenter@gmail.com
X-Trac-Project: xml2rfc
Date: Mon, 09 Jan 2017 02:52:20 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/328
Message-ID: <075.a1eb50c6e58fa4d8bc615850603df404@tools.ietf.org>
X-Trac-Ticket-ID: 328
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, brian.e.carpenter@gmail.com, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on durif.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/dllkxE7YTZ4mhlxuRs3dRo5ZyzM>
Cc: xml2rfc@ietf.org
Subject: [xml2rfc] #328 (Version 2 build): Missing document title raises exception
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 09 Jan 2017 02:52:22 -0000

#328: Missing document title raises exception

 So, I fumbled an edit and had this in my source file:

 <title abbrev="Silly Me"/>

 No problem when generating txt output, but when generating html it hits
 the exception below, which made diagnosis hard ;-).

 Traceback (most recent call last):
   File "/usr/local/bin/xml2rfc", line 11, in <module>
     sys.exit(main())
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.5.2.dev0-py2.7.egg/xml2rfc/run.py", line 213, in main
     htmlwriter.write(filename)
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.5.2.dev0-py2.7.egg/xml2rfc/writers/base.py", line 1237,
 in write
     self.post_rendering()
   File "/usr/local/lib/python2.7/dist-
 packages/xml2rfc-2.5.2.dev0-py2.7.egg/xml2rfc/writers/html.py", line 790,
 in post_rendering
     'title':           cgi.escape(title),
   File "/usr/lib/python2.7/cgi.py", line 1043, in escape
     s = s.replace("&", "&amp;") # Must be done first!
 AttributeError: 'NoneType' object has no attribute 'replace'

-- 
-----------------------------------------+---------------------------------
 Reporter:  brian.e.carpenter@gmail.com  |      Owner:
     Type:  defect                       |  henrik@levkowetz.com
 Priority:  medium                       |     Status:  new
Component:  Version 2 build              |  Milestone:
 Keywords:                               |    Version:  2.5.x
-----------------------------------------+---------------------------------

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


From nobody Tue Jan 17 11:31:40 2017
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DFF1C129488 for <xml2rfc@ietfa.amsl.com>; Tue, 17 Jan 2017 11:31:38 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.099
X-Spam-Level: 
X-Spam-Status: No, score=-5.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-3.199] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XPVa8YzjTgdc for <xml2rfc@ietfa.amsl.com>; Tue, 17 Jan 2017 11:31:37 -0800 (PST)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id C0DCE12007C for <xml2rfc@ietf.org>; Tue, 17 Jan 2017 11:31:37 -0800 (PST)
Received: from localhost ([::1]:39762 helo=durif.tools.ietf.org) by durif.tools.ietf.org with esmtp (Exim 4.80) (envelope-from <trac@tools.ietf.org>) id 1cTZTl-0007PI-7n; Tue, 17 Jan 2017 11:31:37 -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.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: henrik@levkowetz.com, hlflanagan@gmail.com
X-Trac-Project: xml2rfc
Date: Tue, 17 Jan 2017 19:31:37 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/329
Message-ID: <068.ce49e3baeeabd3bf4ca59f6d95fdb724@tools.ietf.org>
X-Trac-Ticket-ID: 329
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, hlflanagan@gmail.com, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on durif.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/tjKLJdgcSnGqNZZBVHLn6qY-G5o>
Cc: xml2rfc@ietf.org
Subject: [xml2rfc]  #329 (Version 2 cli): Extraneous space after </eref>
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 17 Jan 2017 19:31:39 -0000

#329: Extraneous space after </eref>

 This:

 <t>Some well-supported archival tooling projects follow this route, such
 as Archivematica &lt;<eref
 target="https://www.archivematica.org/wiki/Main_Page">https://www.archivematica.org/wiki/Main_Page</eref>&gt;.</t>

 results in an extraneous space immediately after the </eref> when
 processing a doc in xml2rfc.tools.ietf.org.

 "Some well-supported archival tooling projects follow this route, such as
 Archivematica <https://www.archivematica.org/wiki/Main_Page >." (from
 draft-iab-rfc-preservation-02)

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

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


From nobody Tue Jan 24 05:23:58 2017
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A1F6F129620 for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 05:23:57 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.099
X-Spam-Level: 
X-Spam-Status: No, score=-5.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-3.199] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oilN2QM8w7Fx for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 05:23:56 -0800 (PST)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4E5DD1294F8 for <xml2rfc@ietf.org>; Tue, 24 Jan 2017 05:23:56 -0800 (PST)
Received: from localhost ([::1]:42480 helo=durif.tools.ietf.org) by durif.tools.ietf.org with esmtp (Exim 4.80) (envelope-from <trac@tools.ietf.org>) id 1cW14l-0006Mu-VY; Tue, 24 Jan 2017 05:23: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.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: dhruv.ietf@gmail.com
X-Trac-Project: xml2rfc
Date: Tue, 24 Jan 2017 13:23:54 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://tools.ietf.org/tools/xml2rfc/trac/ticket/330
Message-ID: <068.ecefead28e282523aeadb3bb742978dc@tools.ietf.org>
X-Trac-Ticket-ID: 330
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: dhruv.ietf@gmail.com, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on durif.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/g6C87PnJC-F6jj3qYjFB_irO0Fc>
Cc: xml2rfc@ietf.org
Subject: [xml2rfc] #330 (xml2rfc.tcl): [XML2RFC] Wrong formatting for draft reference
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Jan 2017 13:23:57 -0000

#330: [XML2RFC] Wrong formatting for draft reference

 This xml
  <t hangText="I (LSP-INSTANTIATION-CAPABILITY - 1 bit):"> defined in
   <xref target="I-D.ietf-pce-pce-initiated-lsp" pageno="false"
 format="default" />.
   </t>

 leads to -

    I (LSP-INSTANTIATION-CAPABILITY - 1 bit):  defined in [I-D.ietf-pce-p
       ce-initiated-lsp].

 Which breaks the reference in two lines.

 This leads to idnits issue -

 Unused Reference: 'I-D.ietf-pce-pce-initiated-lsp' is defined on line
      890, but no explicit reference was found in the
      text
      '[I-D.ietf-pce-pce-initiated-lsp] Crabbe, E., Minei, I., Sivabalan,
 S...'

 Because the reference cannot be found by the idnits tool.

 I manually update the text to -

    I (LSP-INSTANTIATION-CAPABILITY - 1 bit):  defined in
       [I-D.ietf-pce-pce-initiated-lsp].

 For things to work!

 I guess xml2rfc should keep the reference in one line together!

-- 
----------------------------------+-------------------
 Reporter:  dhruv.ietf@gmail.com  |      Owner:
     Type:  defect                |     Status:  new
 Priority:  minor                 |  Milestone:
Component:  xml2rfc.tcl           |    Version:  2.4.x
 Keywords:  reference, wordwrap   |
----------------------------------+-------------------

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


From nobody Tue Jan 24 07:32:33 2017
Return-Path: <worley@alum.mit.edu>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 162C7129A55 for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:32:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.934
X-Spam-Level: 
X-Spam-Status: No, score=-1.934 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_SOFTFAIL=0.665] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zisqRsNFCko5 for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:32:31 -0800 (PST)
Received: from resqmta-ch2-02v.sys.comcast.net (resqmta-ch2-02v.sys.comcast.net [IPv6:2001:558:fe21:29:69:252:207:34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 4FCDE129A54 for <xml2rfc@ietf.org>; Tue, 24 Jan 2017 07:32:31 -0800 (PST)
Received: from resomta-ch2-13v.sys.comcast.net ([69.252.207.109]) by resqmta-ch2-02v.sys.comcast.net with SMTP id W32yczZER9XRkW35CcX1rp; Tue, 24 Jan 2017 15:32:30 +0000
Received: from hobgoblin.ariadne.com ([IPv6:2601:192:4603:9471:222:fbff:fe91:d396]) by resomta-ch2-13v.sys.comcast.net with SMTP id W35Ack4uVmtGiW35BcQOVs; Tue, 24 Jan 2017 15:32:30 +0000
Received: from hobgoblin.ariadne.com (hobgoblin.ariadne.com [127.0.0.1]) by hobgoblin.ariadne.com (8.14.7/8.14.7) with ESMTP id v0OFWRJg030747; Tue, 24 Jan 2017 10:32:27 -0500
Received: (from worley@localhost) by hobgoblin.ariadne.com (8.14.7/8.14.7/Submit) id v0OFWR8v030744; Tue, 24 Jan 2017 10:32:27 -0500
X-Authentication-Warning: hobgoblin.ariadne.com: worley set sender to worley@alum.mit.edu using -f
From: worley@ariadne.com (Dale R. Worley)
To: "xml2rfc issue tracker" <trac@tools.ietf.org>
In-Reply-To: <068.ecefead28e282523aeadb3bb742978dc@tools.ietf.org> (trac@tools.ietf.org)
Sender: worley@ariadne.com (Dale R. Worley)
Date: Tue, 24 Jan 2017 10:32:26 -0500
Message-ID: <8737g8jwxh.fsf@hobgoblin.ariadne.com>
X-CMAE-Envelope: MS4wfF+XqATfs0mX+1GiNlhPxTu1S0LlVMGDNGrxN0h14QvVbLQkwZyWrf0F6LGTl3MHFRp8okMQRcj7CcsalxPsVEYML2IQe8I92Do7R8OQ1B4oiEbWwl0f cWMzIn9UqKkVsBBpwYCYFXSypmSuk6sn86Fpz2K4RWE9ryjrWal4Qqpdxkueylsvdt9h5oP3CT/LZdJCRCV7ws+l/6aiA+Z8CA29hxIgCA3tyeQTqwhGTfM1
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/eo-QoMNFmiov8LjWPzGqo5ASCUI>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #330 (xml2rfc.tcl): [XML2RFC] Wrong formatting for draft reference
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Jan 2017 15:32:32 -0000

"xml2rfc issue tracker" <trac@tools.ietf.org> writes:
>  leads to -
>
>     I (LSP-INSTANTIATION-CAPABILITY - 1 bit):  defined in [I-D.ietf-pce-p
>        ce-initiated-lsp].
>
>  Which breaks the reference in two lines.

That's interesting in another way:  It looks like XML2RFC decided that
it had to split a word, but it didn't notice that the "word",
"[I-D.ietf-pce-pce-initiated-lsp]", had hyphens in it.  And when it
comes to word-splitting, you should split a word after an internal
hyphen if you can.

Dale


From nobody Tue Jan 24 07:45:37 2017
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id ED518129607 for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:45:36 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.099
X-Spam-Level: 
X-Spam-Status: No, score=-5.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-3.199] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8gfoKEehNeof for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:45:35 -0800 (PST)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 790A7128AC9 for <xml2rfc@ietf.org>; Tue, 24 Jan 2017 07:45:35 -0800 (PST)
Received: from localhost ([::1]:46749 helo=durif.tools.ietf.org) by durif.tools.ietf.org with esmtp (Exim 4.80) (envelope-from <trac@tools.ietf.org>) id 1cW3Hq-0004op-Li; Tue, 24 Jan 2017 07:45: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.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: julian.reschke@gmx.de
X-Trac-Project: xml2rfc
Date: Tue, 24 Jan 2017 15:45:34 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/330#comment:1
Message-ID: <083.e1c83767d41554d8ad6dec6e15e4f80a@tools.ietf.org>
References: <068.ecefead28e282523aeadb3bb742978dc@tools.ietf.org>
X-Trac-Ticket-ID: 330
In-Reply-To: <068.ecefead28e282523aeadb3bb742978dc@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: julian.reschke@gmx.de, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on durif.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/LbmG83SYsPx6sHOOHTgsmHGWWL0>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #330 (xml2rfc.tcl): [XML2RFC] Wrong formatting for draft reference
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Jan 2017 15:45:37 -0000

#330: [XML2RFC] Wrong formatting for draft reference


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

 FWIW, I don't believe we should spend any cycles on improving the plain
 text output.

-- 
-----------------------------------+---------------------------------
  Reporter:  dhruv.ietf@gmail.com  |      Owner:
      Type:  defect                |     Status:  new
  Priority:  minor                 |  Milestone:
 Component:  xml2rfc.tcl           |    Version:  2.4.x
Resolution:                        |   Keywords:  reference, wordwrap
-----------------------------------+---------------------------------

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


From nobody Tue Jan 24 07:49:16 2017
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6E09C129622 for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:49:15 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.099
X-Spam-Level: 
X-Spam-Status: No, score=-5.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-3.199] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8ngoZrCe1O2I for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:49:13 -0800 (PST)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3DDF5128AC9 for <xml2rfc@ietf.org>; Tue, 24 Jan 2017 07:49:13 -0800 (PST)
Received: from localhost ([::1]:46803 helo=durif.tools.ietf.org) by durif.tools.ietf.org with esmtp (Exim 4.80) (envelope-from <trac@tools.ietf.org>) id 1cW3LN-00087O-5I; Tue, 24 Jan 2017 07:49:13 -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.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: julian.reschke@gmx.de
X-Trac-Project: xml2rfc
Date: Tue, 24 Jan 2017 15:49:13 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://tools.ietf.org/tools/xml2rfc/trac/ticket/36#comment:2
Message-ID: <084.8e28520d81cd66bab0fd2efe1ce5e02b@tools.ietf.org>
References: <069.37b0eaa86f9c3b95cbb0938cb29a9529@tools.ietf.org>
X-Trac-Ticket-ID: 36
In-Reply-To: <069.37b0eaa86f9c3b95cbb0938cb29a9529@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: julian.reschke@gmx.de, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on durif.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/Aq9i4iCqVPYmM9Wg2-p8j66pJvA>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #36 (vocabulary): <email> cardinality
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Jan 2017 15:49:15 -0000

#36: <email> cardinality


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

 See https://github.com/rfc-format/draft-iab-xml2rfc-v3-bis/issues/4

-- 
------------------------------------+-----------------
  Reporter:  julian.reschke@gmx.de  |      Owner:
      Type:  defect                 |     Status:  new
  Priority:  major                  |  Milestone:
 Component:  vocabulary             |    Version:
Resolution:                         |   Keywords:
------------------------------------+-----------------

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


From nobody Tue Jan 24 07:50:30 2017
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 04276129A80 for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:50:30 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.099
X-Spam-Level: 
X-Spam-Status: No, score=-5.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-3.199] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1LStZULC8p1z for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:50:29 -0800 (PST)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0A96F129624 for <xml2rfc@ietf.org>; Tue, 24 Jan 2017 07:50:29 -0800 (PST)
Received: from localhost ([::1]:46819 helo=durif.tools.ietf.org) by durif.tools.ietf.org with esmtp (Exim 4.80) (envelope-from <trac@tools.ietf.org>) id 1cW3Ma-0003bD-VO; Tue, 24 Jan 2017 07:50:28 -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.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: julian.reschke@gmx.de
X-Trac-Project: xml2rfc
Date: Tue, 24 Jan 2017 15:50:28 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://tools.ietf.org/tools/xml2rfc/trac/ticket/319#comment:1
Message-ID: <084.a0eff1a7f2330b9a4b01c2130446853b@tools.ietf.org>
References: <069.061bd44afa13e5eb3c36779f78d5567a@tools.ietf.org>
X-Trac-Ticket-ID: 319
In-Reply-To: <069.061bd44afa13e5eb3c36779f78d5567a@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: julian.reschke@gmx.de, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on durif.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/tzOS8AuM-wdTAHpiqXqwRqTh5-k>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #319 (vocabulary): remove <tfoot>
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Jan 2017 15:50:30 -0000

#319: remove <tfoot>


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

 See https://github.com/rfc-format/draft-iab-xml2rfc-v3-bis/issues/5

-- 
------------------------------------+-------------------
  Reporter:  julian.reschke@gmx.de  |      Owner:
      Type:  enhancement            |     Status:  new
  Priority:  medium                 |  Milestone:
 Component:  vocabulary             |    Version:  2.4.x
Resolution:                         |   Keywords:
------------------------------------+-------------------

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


From nobody Tue Jan 24 07:51:33 2017
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 37D06129A8C for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:51:32 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.099
X-Spam-Level: 
X-Spam-Status: No, score=-5.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-3.199] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vV77lNz6GKAi for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:51:31 -0800 (PST)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 2205D129619 for <xml2rfc@ietf.org>; Tue, 24 Jan 2017 07:51:31 -0800 (PST)
Received: from localhost ([::1]:46828 helo=durif.tools.ietf.org) by durif.tools.ietf.org with esmtp (Exim 4.80) (envelope-from <trac@tools.ietf.org>) id 1cW3Nb-0007m0-2A; Tue, 24 Jan 2017 07:51:31 -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.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: julian.reschke@gmx.de
X-Trac-Project: xml2rfc
Date: Tue, 24 Jan 2017 15:51:31 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/320#comment:1
Message-ID: <084.6b0830fc235495b83b92905c1e5c56d5@tools.ietf.org>
References: <069.d84afbf2899aefb648668be58391b469@tools.ietf.org>
X-Trac-Ticket-ID: 320
In-Reply-To: <069.d84afbf2899aefb648668be58391b469@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: julian.reschke@gmx.de, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on durif.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/s0fpLn_k1UTgPKr-mFNh0tk6vm0>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #320 (vocabulary): make <tbody> optional
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Jan 2017 15:51:32 -0000

#320: make <tbody> optional


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

 See https://github.com/rfc-format/draft-iab-xml2rfc-v3-bis/issues/6

-- 
------------------------------------+-------------------
  Reporter:  julian.reschke@gmx.de  |      Owner:
      Type:  enhancement            |     Status:  new
  Priority:  medium                 |  Milestone:
 Component:  vocabulary             |    Version:  2.4.x
Resolution:                         |   Keywords:
------------------------------------+-------------------

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


From nobody Tue Jan 24 07:53:55 2017
Return-Path: <trac@tools.ietf.org>
X-Original-To: xml2rfc@ietfa.amsl.com
Delivered-To: xml2rfc@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id C12F7129A8F for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:53:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.099
X-Spam-Level: 
X-Spam-Status: No, score=-5.099 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-3.199] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WDQwIzcNddGK for <xml2rfc@ietfa.amsl.com>; Tue, 24 Jan 2017 07:53:52 -0800 (PST)
Received: from durif.tools.ietf.org (durif.tools.ietf.org [IPv6:2001:1900:3001:11::3d]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 52B3B129A8D for <xml2rfc@ietf.org>; Tue, 24 Jan 2017 07:53:52 -0800 (PST)
Received: from localhost ([::1]:46839 helo=durif.tools.ietf.org) by durif.tools.ietf.org with esmtp (Exim 4.80) (envelope-from <trac@tools.ietf.org>) id 1cW3Ps-0006ws-8i; Tue, 24 Jan 2017 07:53:52 -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.5
Precedence: bulk
Auto-Submitted: auto-generated
X-Mailer: Trac 0.12.5, by Edgewall Software
To: julian.reschke@gmx.de
X-Trac-Project: xml2rfc
Date: Tue, 24 Jan 2017 15:53:52 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: https://tools.ietf.org/tools/xml2rfc/trac/ticket/321#comment:1
Message-ID: <084.9d78988bc2b0b7db25d1dd91cb00b9c8@tools.ietf.org>
References: <069.da4e09048e722c01196e340f76fd97b0@tools.ietf.org>
X-Trac-Ticket-ID: 321
In-Reply-To: <069.da4e09048e722c01196e340f76fd97b0@tools.ietf.org>
X-SA-Exim-Connect-IP: ::1
X-SA-Exim-Rcpt-To: julian.reschke@gmx.de, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on durif.tools.ietf.org); SAEximRunCond expanded to false
Archived-At: <https://mailarchive.ietf.org/arch/msg/xml2rfc/zQYcCiUO1nCsGwTU5Dlelji2O68>
Cc: xml2rfc@ietf.org
Subject: Re: [xml2rfc] #321 (vocabulary): moving <seriesInfo> not needed
X-BeenThere: xml2rfc@ietf.org
X-Mailman-Version: 2.1.17
List-Id: <xml2rfc.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/xml2rfc/>
List-Post: <mailto:xml2rfc@ietf.org>
List-Help: <mailto:xml2rfc-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/xml2rfc>, <mailto:xml2rfc-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 24 Jan 2017 15:53:54 -0000

#321: moving <seriesInfo> not needed


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

 See https://github.com/rfc-format/draft-iab-xml2rfc-v3-bis/issues/7

-- 
------------------------------------+-------------------
  Reporter:  julian.reschke@gmx.de  |      Owner:
      Type:  enhancement            |     Status:  new
  Priority:  medium                 |  Milestone:
 Component:  vocabulary             |    Version:  2.4.x
Resolution:                         |   Keywords:
------------------------------------+-------------------

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

