Skip to content
Advertisement

Tag: saxon

Transforming JSON with XSLT using SaxonEE and Python

I am attempting to write a Python script that transforms JSON to a text file (CSV) with XSLT. With saxon-ee-10.5.jar, I can successfully perform the desired transformation by running the following command (Windows 10): How can I achieve the same result by using Python? I have been trying with Saxon-EE/C, but I am not sure if what I want to

Advertisement