xsl-list
[Top] [All Lists]

RE: [xsl] Calling subdocuments with processing directives

2007-10-26 03:29:24

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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--