What are parameters for collection() function
Posted: Wed Feb 15, 2023 9:39 pm
This is more XPath than XSLT. I am combining multiple files in a directory into a single output file. The function that works to pull in and process all the files is:
My question is: Where can i find all the possible parameters that i can use with fn:collection() ? Internet searches are turnign up nothing (assuming I am searching for the right things). I just want a reference so that I can use this in future.
Code: Select all
collection('translated_files?select=*.rdf*;recurse=yes;content-type=application/xml')