Skip to content

Support function to transform xml using xsl transformation #764

@rohitjangid

Description

@rohitjangid

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions