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

XmlTransform support for xsl arguments #2524

Closed
dnperfors opened this issue Apr 8, 2019 · 2 comments · Fixed by #2589
Closed

XmlTransform support for xsl arguments #2524

dnperfors opened this issue Apr 8, 2019 · 2 comments · Fixed by #2589
Assignees
Labels
Milestone

Comments

@dnperfors
Copy link

The XmlTransform aliases seem to be a bit restricted for our scenario. We have some advanced xsl scripts that expect xslt arguments to be passed to the transformer. Using the .NET libraries that would be the System.Xml.Xslt.XsltArgumentList which can be passed to the Transform method of XslCompiledTransformation. (which is used by the XmlTransform alias)
Any change for getting an update with support for transfromation arguments?

@deqenq
Copy link
Contributor

deqenq commented Jul 21, 2019

Could I work on it?

deqenq added a commit to deqenq/cake that referenced this issue Aug 3, 2019
augustoproiete pushed a commit to deqenq/cake that referenced this issue Mar 3, 2021
augustoproiete pushed a commit to deqenq/cake that referenced this issue Oct 10, 2021
augustoproiete pushed a commit to deqenq/cake that referenced this issue Oct 10, 2021
nils-a pushed a commit to deqenq/cake that referenced this issue Jan 24, 2022
@nils-a nils-a added this to the v2.1.0 milestone Jan 24, 2022
nils-a added a commit that referenced this issue Jan 30, 2022
GH2524: Added support for XSL arguments in XmlTransform
@nils-a nils-a added the Feature label Jan 30, 2022
@cake-build-bot
Copy link

🎉 This issue has been resolved in version v2.1.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

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

Successfully merging a pull request may close this issue.

4 participants