-
-
Notifications
You must be signed in to change notification settings - Fork 730
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
Comments
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
added a commit
that referenced
this issue
Jan 30, 2022
GH2524: Added support for XSL arguments in XmlTransform
🎉 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
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 theTransform
method ofXslCompiledTransformation
. (which is used by the XmlTransform alias)Any change for getting an update with support for transfromation arguments?
The text was updated successfully, but these errors were encountered: