We should support a function to convert a stringified xml using stringified xsl. The details could be as follows
- Signature:
std.xsltTransform(xml, xsl)
- Params:
xml: XML string
xsl: XSL string
- Returns: Stringified transformed output
Ref: https://en.wikipedia.org/wiki/XSLT