qtspecs icon indicating copy to clipboard operation
qtspecs copied to clipboard

Binary resources

Open michaelhkay opened this issue 10 months ago • 12 comments

We have some functions that accept binary input (parse-html, parse-csv) and others that don't (parse-xml, parse-json). There seems to be no obvious justification for the inconsistency.

Related to this:

(a) we have no functions to convert (encode/decode) between binary and string given an encoding

(b) we have no function to read a binary resource from a URI

Both of these are available in the EXPath bin library but should perhaps be promoted to the main spec.

michaelhkay avatar Mar 28 '24 00:03 michaelhkay