Re: [Tools-discuss] XML/TXT to kramdown

Carsten Bormann <cabo@tzi.org> Thu, 04 April 2024 16:47 UTC

Return-Path: <cabo@tzi.org>
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 55474C14F695 for <tools-discuss@ietfa.amsl.com>; Thu, 4 Apr 2024 09:47:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.888
X-Spam-Level:
X-Spam-Status: No, score=-1.888 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, T_SPF_TEMPERROR=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hycmzqPhouo5 for <tools-discuss@ietfa.amsl.com>; Thu, 4 Apr 2024 09:46:56 -0700 (PDT)
Received: from smtp.zfn.uni-bremen.de (smtp.zfn.uni-bremen.de [134.102.50.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 33E86C14F61F for <tools-discuss@ietf.org>; Thu, 4 Apr 2024 09:46:54 -0700 (PDT)
Received: from eduroam-pool10-426.wlan.uni-bremen.de (eduroam-pool10-426.wlan.uni-bremen.de [134.102.91.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4V9SFR6jl2zDCcX; Thu, 4 Apr 2024 18:46:51 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <be232336-a5e4-4886-8d4e-aad82c68e442@stpeter.im>
Date: Thu, 04 Apr 2024 18:46:51 +0200
Cc: tools-discuss@ietf.org
X-Mao-Original-Outgoing-Id: 733942011.221028-976f4d6a084575f2d56606d031f805ee
Content-Transfer-Encoding: quoted-printable
Message-Id: <6B39A510-B601-4564-BEE6-92E22505B877@tzi.org>
References: <be232336-a5e4-4886-8d4e-aad82c68e442@stpeter.im>
To: Peter Saint-Andre <stpeter@stpeter.im>
X-Mailer: Apple Mail (2.3608.120.23.2.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tools-discuss/lutcMPtHmtGrTBj-nbS7XdBOHxI>
Subject: Re: [Tools-discuss] XML/TXT to kramdown
X-BeenThere: tools-discuss@ietf.org
X-Mailman-Version: 2.1.39
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, 04 Apr 2024 16:47:01 -0000

On 2024-04-04, at 18:43, Peter Saint-Andre <stpeter@stpeter.im> wrote:
> 
> My apologies if this a frequently answered question, but is there a tool for converting an existing XML source file (or TXT output) to kramdown?

Yes.  I’m the tool (and I have a tool so this is not a drain on my time).
I’m using each upconversion to fix bugs in the actual conversion tool, so it gets better each time.

Grüße, Carsten