Re: [xsl] messing about with XSLT

Subject: Re: [xsl] messing about with XSLT
From: "Alan Painter alan.painter@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 20 Mar 2021 12:43:42 -0000
I use the xslt3fiddle from Martin Honnen and I find it fabulous. Thanks so
much, Martin.

https://martin-honnen.github.io/xslt3fiddle/

On Sat, Mar 20, 2021, 13:30 Martin Honnen martin.honnen@xxxxxx <
xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:

> Am 20.03.2021 um 13:23 schrieb Chris Papademetrious
> christopher.papademetrious@xxxxxxxxxxxx:
>
> > Whatbs your favorite way to mess about with XSLT to try things out?
Ibve
> > been using site, which shows the output in real-time (almost) as you
> > edit the code:
> >
> > xsltransform.net/
> >
> > It also lets you bsaveb your XSLT doodle to a persistent URL that can
be
> > shared with others. I also use Oxygen XML Editor, but I havenbt found a
> > similar real-time feedback mechanism in it (yet).
> >
> > Whatbs your favorite way to mess about with XSLT and try things out or
> > work through an algorithm?
>
> Well, oXygen lets you set up transformation scenarios you can then run
> any time you want and of course it has a debugger so it is certainly a
> professional IDE.
>
> As for xsltransform.net, as it was often not available and got never
> updated to support a Saxon version like 9.8 that implements the final
> XSLT 3.0 standard I "cloned" it some years ago from Java and the Play
> framework to .NET and ASP.NET MVC, it is available at
> https://xsltfiddle.liberty-development.net/, as already mentioned.

Current Thread