Re: [xsl] An efficient XSLT program that searches a large XML document for all occurrences of a string?

Subject: Re: [xsl] An efficient XSLT program that searches a large XML document for all occurrences of a string?
From: "Dave Pawson dave.pawson@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 4 May 2024 09:44:31 -0000
On Sat, 4 May 2024 at 10:37, Martin Honnen martin.honnen@xxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
>
> On 03/05/2024 20:52, Piez, Wendell A. (Fed) wendell.piez@xxxxxxxx wrote:
>
>
>
>
> Hm. I guess on reflection it may be such an argument, but that doesnbt
make it a good one. At least in view of other observable limits.
>
>
>
> Another counter argument is that although streaming might help to move the
line, it hasnbt solved the problem of finite resources, it has only helped.
>
>
>
> So a real counter might be that XSLT should not have streaming at all, but
we should have an alternative standard supporting a lightweight approach
without those limits (it would have others instead).

E.g. Max file size / (node count)
  XSLT 'light' for document use?

If you want streaming, you chop it up into 'xml' files prior to
feeding to the XSLT engine?


regards


--
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.

Current Thread