Support function to transform xml using xsl transformation
Open
- Dominant language
- Go
- Stars
- 1.8k
- Forks
- 263
- PR merge metrics
- No merged PRs in 30d
Description
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**:
1. `xml`: XML string
2. `xsl`: XSL string
- **Returns**: Stringified transformed output
Ref: https://en.wikipedia.org/wiki/XSLT
Contributor guide
Assessment
This issue has not been assessed yet.