xproc / 3.0-steps

Repository for change requests to the standard step library and for official extension steps
10 stars 7 forks source link

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

Closed ndw closed 2 years ago

ndw commented 2 years ago

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.