Skip to content
#

xproc

Here are 33 public repositories matching this topic...

line-o
line-o commented Mar 4, 2020

Is your feature request related to a problem? Please describe.

Running the code below will result in two different error messages:

xquery version "3.1";

try { [1,2,3,4](-1) } catch err:FOAY0001 { $err:description },
try { array:get([1,2,3,4], -1) } catch err:FOAY0001 { $err:description }
  • "Array index out of bounds. Position -1 does not exist in this array. Length

Improve this page

Add a description, image, and links to the xproc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xproc topic, visit your repo's landing page and select "manage topics."

Learn more