The current version (Xamarin) uses a C# XSLT transform. It works correctly and I had no reason to care about the XSLT version. I don't know if the underlying library is 1.0 or 2.0.
Mac:
As far as I understand, Swift/macOS has an XSLT transform limited to 1.0. For an XSL 2.0 stylesheet, I get the message:
xsl:version: only 1.1 version features are supported
(So it's 1.1, not 1.0)
I don't know if the stylesheet is marked 2.0 because it does need 2.0 or with no specific reason. My plan is to make a try with what is available and check if the result is at least acceptable.
iPhone, iPad:
It seems that the Swift/macOS 1.0 or 1.1 stylesheet is not available for iOS/iPadOS.
At the moment, I have no solution at all for iPhone/iPad.
Topic:
App & System Services
SubTopic:
General