I am working on standard logic apps. In that I am not able to use the XSLT2.0 and XSLT 3.0. The Standard logic app will allows only XSLT1.0 . so what is the best approach to convert XSLT2.0 and XSLT3.0 in to XSLT 1.0
I have XSLT3.0 and XSLT 2.0. How should I use those XSLT files in my standard logic app?
If the XSLT uses few XSLT 2.0 and XSLT 3.0 advances, and you are a sophisticated XSLT developer, then work your way through
and adapt each in-play XSLT 2.0 and 3.0 concept and construct back to XSLT 1.0. There is no automated conversion solution, and this is not a task suitable for a developer unfamiliar with XSLT.
Otherwise, your options include: