Re: [Jsonpath] conversion from xml to markdown

Carsten Bormann <cabo@tzi.org> Tue, 06 June 2023 07:46 UTC

Return-Path: <cabo@tzi.org>
X-Original-To: jsonpath@ietfa.amsl.com
Delivered-To: jsonpath@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 0A155C151094 for <jsonpath@ietfa.amsl.com>; Tue, 6 Jun 2023 00:46:42 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_ZEN_BLOCKED_OPENDNS=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=unavailable 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 FoMI5dgxGsSE for <jsonpath@ietfa.amsl.com>; Tue, 6 Jun 2023 00:46:37 -0700 (PDT)
Received: from smtp.zfn.uni-bremen.de (smtp.zfn.uni-bremen.de [IPv6:2001:638:708:32::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 8E62BC151068 for <jsonpath@ietf.org>; Tue, 6 Jun 2023 00:46:36 -0700 (PDT)
Received: from smtpclient.apple (p548dc15c.dip0.t-ipconnect.de [84.141.193.92]) (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 4Qb2bs5wY1zDCd2; Tue, 6 Jun 2023 09:46:33 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <233355455.98872.1686011389790@mail.yahoo.com>
Date: Tue, 06 Jun 2023 09:46:19 +0200
Cc: Greg Dennis <gregsdennis=40yahoo.com@dmarc.ietf.org>, "jsonpath@ietf.org" <jsonpath@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <00B39835-9D0D-4DDB-82C0-B0A873DDC57E@tzi.org>
References: <1383126697.87872.1686007974822.ref@mail.yahoo.com> <1383126697.87872.1686007974822@mail.yahoo.com> <DBEA359E-F050-446F-9654-EFBE886428FC@tzi.org> <233355455.98872.1686011389790@mail.yahoo.com>
To: Greg Dennis <gregsdennis@yahoo.com>
X-Mailer: Apple Mail (2.3731.600.7)
Archived-At: <https://mailarchive.ietf.org/arch/msg/jsonpath/X7hkMYW_Ogb-y_9WJMZ3XU_jcuE>
Subject: Re: [Jsonpath] conversion from xml to markdown
X-BeenThere: jsonpath@ietf.org
X-Mailman-Version: 2.1.39
Precedence: list
List-Id: A summary description of the list to be included in the table on this page <jsonpath.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/jsonpath>, <mailto:jsonpath-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/jsonpath/>
List-Post: <mailto:jsonpath@ietf.org>
List-Help: <mailto:jsonpath-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/jsonpath>, <mailto:jsonpath-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 06 Jun 2023 07:46:42 -0000

On 6. Jun 2023, at 02:29, Greg Dennis <gregsdennis=40yahoo.com@dmarc.ietf.org> wrote:
> 
> Thanks Carsten.  It's all the xml files in the root, here: https://github.com/json-schema-org/json-schema-spec/tree/main

https://github.com/json-schema-org/json-schema-spec/pull/1412

> Is this a tool you can share?

I could, but that would be counterproductive.
Upconversion tries to reinstate some structure that is no necessarily present any more after another downconversion.
Heuristics can handle most of the information creation that is needed here.
Each upconversion provides some new hints on how I should improve my tool.
So the tool gets better each time.
Publishing the tool would take away that continuous improvement.

(Besides, there is one item of technical debt that I’d need to fix before publishing…)

Grüße, Carsten