Re: [xsl] XSLT 2.0 has arrived

Subject: Re: [xsl] XSLT 2.0 has arrived
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 23 Jan 2007 17:00:12 GMT
> in what way do you use the collection() function?

collection is good for collections where you don't know in advance which
documents will be there for example saxon lets you go
collection('foo?select=*.xml') to pick up all xml files in a directory.
It's also likely to be what's used to map to xml databases and the like
I would expect.

David

Current Thread