eXist-db / function-documentation

XQuery Function Documentation and Browser App
GNU Lesser General Public License v2.1
5 stars 14 forks source link

Fix type promotion error #63

Closed joewiz closed 1 year ago

joewiz commented 1 year ago

The function-lookup function’s 2nd parameter takes xs:integer, and XQuery’s type promotion rules prevent promoting xs:int to xs:integer.

See https://github.com/eXist-db/templating/pull/18.

joewiz commented 1 year ago

Superseded by #64.