Sergey Ilinsky
Sergey Ilinsky
When I try your page, I see "XMLHttpRequest cannot load https://httpbin.org/bytes/8. Request header field X-Requested-With is not allowed by Access-Control-Allow-Headers. " message in console. This may have something to do...
Hi Rajesh, What specific features of XPath 3 are you interested in?
The library does not appear to be using eval function (why should it?). The minimized version however does use Function constructor, which may cause the problem. Can you try not-minimized...
Yes, the base engine has just been revived, and the dependant libraries builds will soon be created and published.
No update yet.
@Parakleta 1) Can you please provide with your patch usage scenarios? I am looking into your implementation, but also trying to match it with capabilities [possibly missing implementation] of already...
@Parakleta with https://github.com/ilinsky/xpath.js base library: 1) you can use different static context objects both in compile() and evaluate() functions. 2) can you please clarify about unit types, I am not...
concerning 1 - there is a bug in the implementation: https://github.com/ilinsky/xpath.js/blob/master/src/functions/string.js#L353 , where replace function returns boolean instead of a string (because of a typo)!, hence passing boolean second time...
Filled an issue https://github.com/ilinsky/xpath.js/issues/11
1) following elements: dialog, window, wizard, page can only be root elements in an XUL fragment/document (in case of Ample, they should either be children of script tag or, if...