xsl-list
[Top] [All Lists]

Re: [xsl] most efficient flat file listing to hierarchical

2007-01-11 09:29:02

agreed, though there are more performant solutions over others, 

mine in particular wasn't particularly efficient as written as it
executes ../item each time rather than using a key just to get the items
that have a chance of being in the currrent directory. That could be
fixed, but see recent thread on Re: [xsl] opinion re flexible style vs
speed :-) You could easily add some keys (especially in xslt2 where its
easier to break up the paths) but then it would look rather more like
the other solutions,

David



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