I need to transform a xml string with xslt in Swift.
I am an android developer, so I am trying to find some code to do that in iOS with Swift.
I found this post Version of XSLT in iPhone
and this post How to process an XMLDocument using EXSLT or XSL 2 in Swift?
The second one seems most recent.
In particular what I need is a function (with 2 parameters, a xml string and a path for saving new file) that transforms xml, saves file on disk and returns the string transformed.
I know it's a bad help request, but I am not able to learn to program in Swift in short times.