xsl-list
[Top] [All Lists]

Re: [xsl] optimization of complex XPath

2010-11-19 04:43:00
to my mind using Native XML Database is best solution for this case -
see http://exist-db.org (for example)

2010/11/19 Wolfgang Laun <wolfgang(_dot_)laun(_at_)gmail(_dot_)com>:
On 19 November 2010 11:19, Graydon <graydon(_at_)marost(_dot_)ca> wrote:

I am reluctant to approach the problem with xsl:key because I have about
90,000 individual files in a complex directory structure and I would
need a key over all of them, rather than each of them.

Since far as I know -- and happy to be wrong! -- I can't declare a key
over a collection, so this approach would require concatenating all of
the files together.  Which is certainly doable but also inherently
sluggish.


So the initially posted loop will have to be extended to iterate over
90,000 files...?
-W

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



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