blob: ef1e732eabb3f2635f598d4b72925e6359868531 [file] [log] [blame]
count(
let $station_collection := "../../../../../../../weather_data/dataset-tiny-local/data_links/local_speed_up/d0_p1_i0/stations/?select=*.xml;recurse=yes"
for $s in collection($station_collection)/root/stationCollection/station
return $s
)