|
I noticed in your example that you first created an XML document that contained URLs for all of the files that you wanted to iterate through. I was wondering if there's a way to iterate through a series of files? Something like this:
for $doc in
collection('recipeml/*.xml')
|