Re: [xsl] Project json2xml to support json-to-xml of XPath 3.1

Subject: Re: [xsl] Project json2xml to support json-to-xml of XPath 3.1
From: "Schimon Jehudah sch@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 9 Dec 2025 04:22:51 -0000
Martynas. JSON2XML is great.

https://github.com/AtomGraph/JSON2XML

The more we have. The better.

Especially, that be better to know of these various of implementations
as an apparent "fewer" amount of implementations was a recent pretext
to attempt to reduce the relevancy of XSLT.

Again. Mr. Kumar. I well appreciate your effort, and I can
confidentally state that others of the XML and XSLT communities do as
ewll.

As I stated, your package be included in project Slixfeed, once XSLT
(i.e. framework The Focus) be incorporated into it.

https://git.xmpp-it.net/sch/Slixfeed

https://git.xmpp-it.net/sch/Focus

Regards,
Schimon

On Mon, 8 Dec 2025 14:10:04 -0000
"Martynas JuseviD
ius martynas@xxxxxxxxxxxxx"
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> FWIW I have a Java implementation:
> https://github.com/AtomGraph/JSON2XML
>
> On Mon, Dec 8, 2025 at 3:03b/PM Schimon Jehudah sch@xxxxxxxxxxxx
> <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> >
> > Good afternoon.
> >
> > I am pleased to inform that project "json2xml" now has support of
> > the functionality of function "json-to-xml" as provided by the
> > specification of XPath 3.1 version.
> >
> > https://w3.org/TR/xpath-functions-31/#func-json-to-xml
> >
> > from json2xml import json2xml
> > data = {"name": "John", "age": 30}
> > xml = json2xml.Json2xml(data, xpath_format=True,
> > pretty=True).to_xml() print(xml)
> >
> > https://github.com/vinitkumar/json2xml/pull/259
> >
> > Thank you to Mr. Vinit Kumar from Pune of Maharashtra of India.
> >
> > https://vinitkumar.me
> >
> > P.S. Please. Kindly try "json2xml" to further confirm of it working.
> >
> > Kind regards,
> > Schimon
> >
> > On Tue, 2 Dec 2025 17:06:52 -0000
> > "Schimon Jehudah sch@xxxxxxxxxxxx"
> > <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
> >
> > > Good evening.
> > >
> > > I have recently asked at several Python projects that involve
> > > XML, to support the concersion of JSON to XML as does function
> > > json-to-xml of XPath 3.1 version.
> > >
> > > Mr. Vinit Kumar has acted upon this request, and he asked me to
> > > test it.
> > >
> > > I am not available to test it, for a couple of days or so; and, I
> > > would be glad if someone would kindly assist and confirm that it
> > > works as should.
> > >
> > > https://github.com/vinitkumar/json2xml/pull/259#issuecomment-3595273272
> > >
> > > Best regards,
> > > Schimon

Current Thread