fontoxpath icon indicating copy to clipboard operation
fontoxpath copied to clipboard

A minimalistic XPath 3.1 implementation in pure JavaScript

Results 63 fontoxpath issues
Sort by recently updated
recently updated
newest added

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.20 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Please implement the [switch statement](https://www.w3.org/TR/xquery-31/#id-switch) in fontoXPath Running following with the recent version 3.30.2 ``` console.log( evaluateXPath( "switch (1) case 1 return 1 default return 0", null, null, null, null,...

According to [this webpage for examples of creating a table in XQuery](https://xpath.playground.fontoxml.com/?state=H4sIAJjVQWUAA21SXYvbQAz8K2IJpAcmaV6Du6X09QptaSGFvOzZSrzX%2FWJXvjoE%2F%2FdK6wt3cGcMlmTNaFazV%2BVjj2q%2Fa9STydY8OCxqr67HAHBUvSFzVHuoqRS66IoUdh%2BbWynHf88lqczHMKtGTd4xS8sfLdWWLDnUUzI0bJIzl3OOY%2Bg3pxgoctOmi77dLk21v4zem3zRvwZbgF8DDk0ONpyBYnRwihkO3%2B4bOHxnSjChh8OPEfNl025v2OfBqdRoicH2n9bYW1rrP3GEzgSQDPCJsTQIfwxAA%2FK8E4mk9AY9GZ94Sy8MpuuwFPAxI9z%2BwilHz7I9hhHsQkkxQbbn4X3ehNkbZ8Pftf4SIvdneBiJFjnM7JAKXHhkGQynHGUgLARjEdms4%2FfP%2BxfmGsnR2624IJ7UBYktJDbraqoscmVF4Y71wVT2NtCHlRj%2FWZy9qyoz0phDDVvKC5KfCn58Hyw35e41UKC9bpP%2Bis6BIbiu7NxcV49zu02a5fbLRjjlEXyN%2BFt1svSO7wlOdDuAmv8DyYmzpLcCAAA%3D): the query results are not showing all the text because of three dots instead of all text like...

``` process:execute($command as xs:string, $options as node()) as item()* ``` as per https://en.wikibooks.org/wiki/XQuery/Execute_External_Process This is not a standard function, of course, but this seems to be the commonest version of...

Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 6.7.2 to 7.0.2. Release notes Sourced from @​typescript-eslint/eslint-plugin-tslint's releases. v7.0.2 7.0.2 (2024-02-19) 🩹 Fixes fix tsconfig-less check errors, fix @types/eslint incompatibilities, add tests (#8460) utils: use mergeable...

dependencies

i'm trying to register a function where the return type is not known (i'm, pretty sure the valid types are `boolean`, `number`, `string` and `Array` but i'm not 100% sure)...

I ran into this issue when the [`functx:lines` function](http://www.xqueryfunctions.com/xq/functx_lines.html) didn't seem to work for me, giving me an extra blank line after each line. But I can find a simple...

- Implemented the [`lang`](https://www.w3.org/TR/xpath-functions-31/#func-lang) function. - Added some basic tests for this - Not sure how to properly run the QT3 test suite to test this - I ran the...

When I pass in a `slimdom.DocumentFragment` as the context or as the value of a variable, it doesn't seem to work correctly when converting to a string. I'm not sure...