Benito van der Zander
Benito van der Zander
possibly, but not so soon. and to run xpath on the file, it needs to have it in memory anyways and you can save it multiple times, `--download fileA --download...
Or any kind of build flavors The same app could have a 32-bit and a 64-bit variant to choose (you might want to install a 32-bit version even on a...
It could be backward compatible with a global setting, like: declare array-bound-checking off; or declare array-bound-checking on;
Could rename `doc` to `xml-doc`, and add a new function `doc` that can load any kind of input and detect the kind automatically (e.g. from the http content-type header)
JSONiq called them json-item And it had structured-item meaning maps, arrays, or nodes
Perhaps you need to install some DLLs: ``` Z:\tmp>regexgen 0114:err:module:import_dll Library mingwm10.dll (which is needed by L"Z:\\tmp\\regexgen.exe") not found 0114:err:module:import_dll Library libgcc_s_dw2-1.dll (which is needed by L"Z:\\tmp\\regexgen.exe") not found 0114:err:module:import_dll...
but the option has a purpose It is to switch between starting at the first page:  or skipping the first page: 
> > If single page step is active, the effect of single page step is almost canceled out by activcating continuous mode. What remains is a page offset of 0....
> set:of($keys) > set:contains($set, $key) > set:put($set, $key) > set:remove($set, $keys) > set:keys($set) > set:filter($set, $predicate) > set:for-each($set, $action) > set:union($set1, $set2) > set:intersection($set1, $set2) > set:difference($set1, $set2) > set:contains-all($set1,...
Xidel also supports JSONiq: https://videlibri.de/cgi-bin/xidelcgi?compatibility=Standard%20XQuery%2BJSONiq&extract=%7B1%3A%20true%7D%20(%20%221%22%20)&=%7B1%3A%20true%7D%20(%20%221%22%20)