I want to use saxon for xpath queries but i don't know to load multiple xml files.
I'm trying to use saxon with command line from windows
I read in saxon manual that i can use the command:
Query.exe -s:myDataFile.xml -q:myQueryFile -o:myOutputFile
but i don't know how to load multiple xml files and not just one
edit: I have many xml files myDataFile1.xml, myDataFile2.xml, myDataFile3.xml ... and i want to run the query to alla these files So i want to load all all files and then query them (I don't want to query every single file and then concatenate the results)