Ivan Turcan
Results
1
comments of
Ivan Turcan
I have prepared very small example with one custom user function called "factorialize": ``` const staticContext = xpath.createStaticContext(); staticContext.signatures = {}; var cXSDecimal = require('xpath2.js/lib/types/schema/simple/atomic/XSDecimal'); // add our custom function...