google / go-jsonnet

Apache License 2.0
1.63k stars 235 forks source link

Support function to transform xml using xsl transformation #764

Open rohitjangid opened 3 months ago

rohitjangid commented 3 months ago

We should support a function to convert a stringified xml using stringified xsl. The details could be as follows

Ref: https://en.wikipedia.org/wiki/XSLT

rohitjangid commented 3 months ago

@sparkprime Do you have any suggestion wrt this? Specifically regarding function signature?