Re: [xsl] messing about with XSLT

Subject: Re: [xsl] messing about with XSLT
From: "Sebastien Lemay slemay@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 20 Mar 2021 20:30:50 -0000
I also use https://xsltfiddle.liberty-development.net/ almost every day.
It's a great tool to quickly test code.
It's also a great way to share code samples and solutions, often used on
StackOverflow.

Thanks Martin for providing this tool.


On Sat, Mar 20, 2021, 08: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