Is it possible to run xpath notebook on a folder of XMLs?
Something like point to a collection of *.xml and run a bunch of queries against all?
collection('file:///C:/XMLs/?select=*.xml')
[
base-uri()
count(//Data/Parent),
integer(count(//Data[Gender='Male'])
integer(count(//Data[Gender='Female'])
]
This would be great if could be implemented, or please advise if available via an alternate method I've overlooked.