xsl-list
[Top] [All Lists]

Re: [xsl] Calling subdocuments with processing directives

2007-10-26 08:49:42
Thanks Michael, the XPath here is not immediately clear to me where does $docs come from?

For the sake of my greater understanding - is there some fundamental reason why this is the case? It seems counter intuitive but I am not fully immersed yet in the XSL culture.

Thanks,
Steven

--
Dr. Steven Ericsson-Zenith
Institute for Advanced Science & Engineering
http://iase.info
http://senses.info



On Oct 26, 2007, at 3:28 AM, Michael Kay wrote:


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>
--~--