xidel icon indicating copy to clipboard operation
xidel copied to clipboard

Command line tool to download and extract data from HTML/XML pages or JSON-APIs, using CSS, XPath 3.0, XQuery 3.0, JSONiq or pattern matching. It can also create new or transformed XML/HTML/JSON docu...

Results 26 xidel issues
Sort by recently updated
recently updated
newest added

Hi. The inability to send raw/binary forces to use curl to generate POST requests (which for example contain json '{"aaa": "bbb"}' and cannot be sent in urlencode format). We need...

Nightly builds do not include androidarm and androidarm64 releases. On sourceforge https://sourceforge.net/projects/videlibri/files/Xidel/Xidel%20development/ releases are not updated, here https://nightly.link/benibela/xidel/workflows/main/master releases are new, but there is no androidarm and androidarm64 builds :(

Cookies header (and other headers) does not work when using "follow". For base url only. Checked via BURP (used --proxy key) I changed the position of the header in the...

An [answer on StackExchange](https://stackoverflow.com/a/59695072/2918239) shows examples of updates to JSON documents in Xidel. I am targeting query-based, in-place updates to JSON files from the command line. (I could handle the...

Hello Benito, For a specific task I need a _"bitwise exclusive or"_-function, but I realized `xidel` doesn't have one. So I created a function for that. I was wondering if,...

enhancement
help wanted
good first issue

Could you make a binary available for Mac Silicon (ARM)? I tried to build from source, but had the following error: ```shell Free Pascal Compiler version 3.2.2 [2021/06/03] for x86_64...

I can't find much online. I'm trying to parse html and convert to json with some massaging.

Just a general suggestion: is it possible to put flre, synapse, rcmdline and internettools as submodules with specific revision/tag? so that once xidel has a new tag (e.g. 0.9.9), it...

When I try to extract the attributes using XPath and ``--xml``, I get empty XML output: ```sh $ wget https://raw.githubusercontent.com/DiseaseOntology/HumanDiseaseOntology/main/src/ontology/doid.owl $ xidel -se "//rdfs:label[text()='malignant hyperthermia']/../@rdf:about" doid.owl http://purl.obolibrary.org/obo/DOID_8545 # extracting a...

When using remote test in Xidelscript (js), a window with the error number "500" is displayed : >An error has been encountered in accessing this page. > >1. Server: videlibri.sourceforge.net...