Re: [xsl] Techniques for Sorting and Reducing Maps in XSLT 3/XPath 3?

Subject: Re: [xsl] Techniques for Sorting and Reducing Maps in XSLT 3/XPath 3?
From: "Graydon graydon@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 6 Jul 2018 11:16:53 -0000
On Fri, Jul 06, 2018 at 08:46:47AM -0000, Dave Pawson dave.pawson@xxxxxxxxx scripsit:
> Quite different reasons, I needed to play with a directory structure.
> >ls dir > x.txt
> Then read that directory using XSLT unparsed text
> and play with it using XSLT tools?
>   Bit easier, or are you limited to XSLT only?

Does "XSLT only" for XSLT 3.0 include expath extensions?  (I would think
it does in principle, but there may be a practical constraint.)

The "file:list()" -- http://expath.org/spec/file#fn.list -- function
will get everything in that directory for you.

-- Graydon

Current Thread