Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support function to transform xml using xsl transformation #764

Open
rohitjangid opened this issue Aug 4, 2024 · 1 comment
Open

Support function to transform xml using xsl transformation #764

rohitjangid opened this issue Aug 4, 2024 · 1 comment
Assignees

Comments

@rohitjangid
Copy link
Member

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

@rohitjangid rohitjangid self-assigned this Aug 4, 2024
@rohitjangid
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant