internettools icon indicating copy to clipboard operation
internettools copied to clipboard

XPath/XQuery 3.1 interpreter for Pascal with compatibility modes for XPath 2.0/XQuery 1.0/3.0, custom and JSONiq extensions, pattern matching, XML/HTML/JSON parsers and classes for HTTP/S requests

Results 7 internettools issues
Sort by recently updated
recently updated
newest added

Hi there, Full disclaimer, this is me tutting my own horn since I did develop the GitHub Action [setup-lazarus](https://github.com/gcarreno/setup-lazarus). Are you doing anything so special that can only be done...

Is it able to replace node innerHTML, like this: ``` for node in process(everydayHtmlString, '//table[@id="zhuye" or @id="fuye"]') do begin if node.toNode.getAttribute('id') = 'zhuye' then begin node.toNode.innerHTML := aStringContainHTML; end; end;...

Can you provide? Thanks

Was unable to add this as a package. In the process of installing the package, I got this error: xquery__regex.pas(696,70) Error: Incompatible type for arg no. 2: Got "", expected...

Hi, I get this error when trying to compile internettools: xquery__regex.pas(696,70) Error: Incompatible type for arg no. 2: Got "", expected "" Seems to be the same issue that someone...