Feature #4828
openRequest support for EXPath file functions
0%
Description
I'm making use specifically of the file:list() function, defined in EXSLT. It compilesand runs properly in Java Saxon but when I attempt to run it in saxon-js, I get the following error:
Static error in XPath in xslt/mfcFunctions.xslt {file:list($testNodes,true())}: Unknown function Q{http://expath.org/ns/file}list()
I'm using the namespace:
xmlns:file="http://expath.org/ns/file"
Any suggestions?
Updated by Michael Kay about 4 years ago
The EXPath file module is not currently implemented in Saxon-JS. (The same is true of the binary module). We hope to have these available in a future release.
Updated by Michael Kay about 4 years ago
- Tracker changed from Bug to Feature
- Subject changed from I am attempting to use an exslt function with saxon-js but will neither run nor compile to Request support for EXPath file functions
Recategorising this as a feature request. Note also, it is EXPath not EXSLT.
Updated by Community Admin almost 4 years ago
- Applies to JS Branch 2 added
- Applies to JS Branch deleted (
2.0)
Updated by Norm Tovey-Walsh over 2 years ago
- Priority changed from Normal to High
- Sprint/Milestone set to SaxonJS 3.0
Updated by Conal Tuohy over 2 years ago
Incidentally, this is an example of the kind of feature I had in mind in this other feature request: #5558
Updated by Michael Kay over 2 years ago
This feature has been implemented and tested and is very likely to find its way into SaxonJS 3. For Node.js only, not in the browser.
Please register to edit this issue
Also available in: Atom PDF Tracking page