Re: [Tools-discuss] HTML vs HTMLized

Henrik Levkowetz <henrik@levkowetz.com> Thu, 05 December 2019 17:54 UTC

Return-Path: <henrik@levkowetz.com>
X-Original-To: tools-discuss@ietfa.amsl.com
Delivered-To: tools-discuss@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EA6481201C6 for <tools-discuss@ietfa.amsl.com>; Thu, 5 Dec 2019 09:54:27 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.9
X-Spam-Level:
X-Spam-Status: No, score=-6.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] 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 ULiWE2duZQRz for <tools-discuss@ietfa.amsl.com>; Thu, 5 Dec 2019 09:54:25 -0800 (PST)
Received: from zinfandel.tools.ietf.org (zinfandel.tools.ietf.org [64.170.98.42]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id CAE40120130 for <tools-discuss@ietf.org>; Thu, 5 Dec 2019 09:54:25 -0800 (PST)
Received: from h-202-242.a357.priv.bahnhof.se ([158.174.202.242]:54835 helo=tannat.localdomain) by zinfandel.tools.ietf.org with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from <henrik@levkowetz.com>) id 1icvKZ-0005dR-L3; Thu, 05 Dec 2019 09:54:24 -0800
To: Michael Richardson <mcr+ietf@sandelman.ca>, tools-discuss@ietf.org
References: <14533.1575553674@localhost> <91FC73D1-91C5-4155-A249-125F066B5027@levkowetz.com> <fdbac244-694e-cb0a-8019-c4fd0a5b33e1@sandelman.ca> <21497.1575563901@localhost>
From: Henrik Levkowetz <henrik@levkowetz.com>
Message-ID: <80087771-7ad9-4cb2-4b91-06be8fe40542@levkowetz.com>
Date: Thu, 05 Dec 2019 18:53:56 +0100
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
MIME-Version: 1.0
In-Reply-To: <21497.1575563901@localhost>
Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="TBVuIWAmWNmL9WFsi75HPxPdWLj4dCh9k"
X-SA-Exim-Connect-IP: 158.174.202.242
X-SA-Exim-Rcpt-To: tools-discuss@ietf.org, mcr+ietf@sandelman.ca
X-SA-Exim-Mail-From: henrik@levkowetz.com
X-SA-Exim-Version: 4.2.1 (built Mon, 26 Dec 2011 16:24:06 +0000)
X-SA-Exim-Scanned: Yes (on zinfandel.tools.ietf.org)
X-Clacks-Overhead: GNU Terry Pratchett
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/OqIiOpvzG8bSZ8r5NDmNRjpLcWA>
Subject: Re: [Tools-discuss] HTML vs HTMLized
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: IETF Tools Discussion <tools-discuss.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tools-discuss/>
List-Post: <mailto:tools-discuss@ietf.org>
List-Help: <mailto:tools-discuss-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tools-discuss>, <mailto:tools-discuss-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 05 Dec 2019 17:54:28 -0000

Hi Michael,

On 2019-12-05 17:38, Michael Richardson wrote:
> 
> Michael Richardson <mcr+ietf@sandelman.ca> wrote:
>     >>> the "HTML" button.
>     >>>
>     >>> A question: do I only get HTML version from XML if I upload v3 XML?
>     >>
>     >> Yes, that's right. There are too many issues with the v2 HTML output.
> 
>     > I upgraded the kramdown on my laptop, and generated a new .xml file.
>     > I can't tell if it's v2 or v3 from a quick look at the file.
>     > https://datatracker.ietf.org/doc/draft-richardson-anima-ipv6-lldp/
> 
> I've concluded that I'm doing something wrong with kramdown, and I'm getting
> v2 XML output, even when I ask for v3.

Running 'xml2rfc --v2v3 $draftname.xml' should give you $draftname.v2v3.xml
which should be valid v3 XML.

Of course it would be preferable to get v3 directly from kramdown, and not
have to do that every time.


	Henrik