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

The type of the parameters option on p:www-form-urlencode is wrong #491

Closed
ndw opened this issue Nov 28, 2021 · 0 comments
Closed

The type of the parameters option on p:www-form-urlencode is wrong #491

ndw opened this issue Nov 28, 2021 · 0 comments

Comments

@ndw
Copy link
Collaborator

ndw commented Nov 28, 2021

It's defined as map(xs:string,xs:untypedAtomic+), it should be map(xs:string, xs:anyAtomicType+).

A value, for example an xs:string, doesn't satisfy xs:untypedAtomic because it's not, uh, untyped! I believe that what we meant is that any atomic type should be allowed.

gimsieke added a commit that referenced this issue May 4, 2022
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