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

Calling xsl:original() with keywords #663

Closed
michaelhkay opened this issue Aug 15, 2023 · 0 comments · Fixed by #674
Closed

Calling xsl:original() with keywords #663

michaelhkay opened this issue Aug 15, 2023 · 0 comments · Fixed by #674
Labels
Bug Something that doesn't work in the current specification XSLT An issue related to XSLT

Comments

@michaelhkay
Copy link
Contributor

We need to define what happens if xsl:original() is called with keyword arguments.

The answer isn't trivial, because (for 3.0 compatibility reasons) an overriding function isn't required to use the same parameter keywords as the function it overrides.

Perhaps we should recognize that there are functions that do not support argument keywords. This might be the case, for example, with Java or C# extension functions.

@michaelhkay michaelhkay added Bug Something that doesn't work in the current specification XSLT An issue related to XSLT labels Aug 15, 2023
@michaelhkay michaelhkay added the PR Pending A PR has been raised to resolve this issue label Aug 16, 2023
@ndw ndw closed this as completed in #674 Sep 26, 2023
@ChristianGruen ChristianGruen removed the PR Pending A PR has been raised to resolve this issue label Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something that doesn't work in the current specification XSLT An issue related to XSLT
Projects
None yet
2 participants