expath-cg icon indicating copy to clipboard operation
expath-cg copied to clipboard

Repository for the W3C EXPath Community Group.

Results 45 expath-cg issues
Sort by recently updated
recently updated
newest added

The specifications for file:create-temp-file and file:create-temp-dir have arguments $prefix and $suffix, but the specifications says nothing about them. It appears to be the intent that the temporary files/directories that are...

enhancement
file

The file module refers to the "XSLT and XQuery Serialization 3.0" spec. If that is taken literally, it cannot write arrays or maps of 3.1 And the serialize function was...

file

There are no tests for file:write in https://github.com/expath/expath-cg/blob/master/tests/qt3/file/file.xml All the serialization tests from qt3 could be imported for it One case, I am not sure about, is the expected output...

file

The File Module does not have any function to read nor write common file properties, like the owner/group of a file, or the permission bits (read/write/execute). Some of those concepts...

enhancement
file

There are tests in `tests/qt3/archive` that (seem to) rely on `test1.zip` and `test3.zip` existing in the `sandpit` directory. However, the `sandpit` directory is not in the repo and is explicitly...

As I mentioned on last Monday's eXist-db Community Call, @claudius108 informed me of the good news that he is working on a PhD. Congratulations, Claudius! For the EXPath community, this...

Here is some discusson the current options set for HTTP requests. @adamretter: If you agree with all my proposals, I’ll be glad to create a pull request. #### A. `content-encoding`...

http-client-2
discussion

I'm not 100% sure whether I should report it here or on the W3 mailing list for EXPath, if the latter is preferred, I can continue on the mailing list...

file
discussion

In https://github.com/fgeorges/expath-http-client-java/blob/master/http-client-java/src/org/expath/httpclient/HttpConstants.java#L19-L22, 2 namespaces are defined for the EXPath HTTP Client: ```java public final static String HTTP_NS_PREFIX = "http"; public final static String HTTP_NS_URI = "http://expath.org/ns/http"; public final static String...

http