RE: [xsl] Calling subdocuments with processing directives

Subject: RE: [xsl] Calling subdocuments with processing directives
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 26 Oct 2007 11:28:50 +0100
> Does that mean that a single key definition will not 
> aggregate from multiple documents? If so, then that is the problem.
> 

You have to do the aggregation yourself:

for $d in $docs return key('k', 'some-value', $d)

Michael Kay
http://www.saxonica.com/

Current Thread