XSLT2/Xpath2 allow you to open a document using the document() or doc() functions, but you have to specify the filename.
Is there a way to open all the documents in a given file folder without knowing their filenames (and without a lookup table or master document)? Perhaps using wildcards?
For example, it would be nice to do something like
...
to process all the documents in the current directory without necessarily knowing what they are. Is there some way to do this?