Open rohitjangid opened 3 months ago
We should support a function to convert a stringified xml using stringified xsl. The details could be as follows
std.xsltTransform(xml, xsl)
xml
xsl
Ref: https://en.wikipedia.org/wiki/XSLT
@sparkprime Do you have any suggestion wrt this? Specifically regarding function signature?
We should support a function to convert a stringified xml using stringified xsl. The details could be as follows
std.xsltTransform(xml, xsl)
xml
: XML stringxsl
: XSL stringRef: https://en.wikipedia.org/wiki/XSLT