[xsl] collection()

Subject: [xsl] collection()
From: "Colin Adams" <colinpauladams@xxxxxxxxxxx>
Date: Tue, 23 Jan 2007 17:10:14 +0000
From: David Carlisle <davidc@xxxxxxxxx>
> 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.

In directory foo relative to the current working directory?


In gestalt, that would be collection ('foo').
And collection() does the same thing for the current working directory.

_________________________________________________________________
MSN Hotmail is evolving  check out the new Windows Live Mail http://ideas.live.com


Current Thread