[xml2rfc] #217: broken text when texttable contains an xref

"xml2rfc issue tracker" <trac@tools.ietf.org> Wed, 18 December 2013 15:09 UTC

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 F014C1ADFCA for <xml2rfc@ietfa.amsl.com>; Wed, 18 Dec 2013 07:09:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.438
X-Spam-Level:
X-Spam-Status: No, score=-2.438 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-0.538] 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 qh2KpiG_FrYZ for <xml2rfc@ietfa.amsl.com>; Wed, 18 Dec 2013 07:09:15 -0800 (PST)
Received: from grenache.tools.ietf.org (grenache.tools.ietf.org [IPv6:2a01:3f0:1:2::30]) by ietfa.amsl.com (Postfix) with ESMTP id EA8B11AE176 for <xml2rfc@ietf.org>; Wed, 18 Dec 2013 07:09:14 -0800 (PST)
Received: from localhost ([127.0.0.1]:49150 helo=grenache.tools.ietf.org ident=www-data) by grenache.tools.ietf.org with esmtp (Exim 4.80) (envelope-from <trac@tools.ietf.org>) id 1VtIkK-00021a-E5; Wed, 18 Dec 2013 16:09:12 +0100
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: Wed, 18 Dec 2013 15:09:12 -0000
X-URL: http://tools.ietf.org/tools/xml2rfc/
X-Trac-Ticket-URL: http://trac.tools.ietf.org/tools/xml2rfc/trac/ticket/217
Message-ID: <063.39b7049cc00a974c417c73fadfcd1ca4@tools.ietf.org>
X-Trac-Ticket-ID: 217
X-SA-Exim-Connect-IP: 127.0.0.1
X-SA-Exim-Rcpt-To: henrik@levkowetz.com, arusso@amsl.com, sginoza@amsl.com, xml2rfc@ietf.org
X-SA-Exim-Mail-From: trac@tools.ietf.org
X-SA-Exim-Scanned: No (on grenache.tools.ietf.org); SAEximRunCond expanded to false
Cc: xml2rfc@ietf.org, sginoza@amsl.com
Subject: [xml2rfc] #217: broken text when texttable contains an xref
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 Dec 2013 15:09:17 -0000

#217: broken text when texttable contains an xref

 Using 2.4.4, the xref-created "Section" is broken within a cell of a
 texttable. (Using 2.4.3, it was OK - although I don't have 2.4.3 installed
 anymore to confirm that.)

 XML file: http://ietf.org/internet-drafts/draft-vandesompel-memento-11.xml

 2.4.4 txt output:

 {{{
 +------------------+----------------+----------+----------+---------+
   | Response Header  |    Pattern     | Original | TimeGate | Memento |
   |                  |                | Resource |          |         |
   +------------------+----------------+----------+----------+---------+
   |  Vary: accept-   | Pattern 1.1 (S |    1     |    1     |    0    |
   |     datetime     | ection 4.1.1)  |          |          |         |
   |                  | ; Pattern 1.2  |          |          |         |
   |                  | (Section 4.1.2 |          |          |         |
   |                  |       )        |          |          |         |
   |                  | Pattern 1.3 (S |    1     |    1     |    1    |
   |                  | ection 4.1.3)  |          |          |         |
 }}}

 Even if some of the extraneous space in the XML file (before the ";") is
 removed, then 'Section' is broken:

 {{{
 +------------------+----------------+----------+----------+---------+
  | Response Header  |    Pattern     | Original | TimeGate | Memento |
  |                  |                | Resource |          |         |
  +------------------+----------------+----------+----------+---------+
  |  Vary: accept-   | Pattern 1.1 (S |    1     |    1     |    0    |
  |     datetime     | ection 4.1.1); |          |          |         |
  |                  | Pattern 1.2 (S |          |          |         |
  |                  | ection 4.1.2)  |          |          |         |
  |                  |                |          |          |         |
  |                  | Pattern 1.3 (S |    1     |    1     |    1    |
  |                  | ection 4.1.3)  |          |          |         |
 ...
 }}}

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

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