Re: [xsl] How to stream-process non-XML text using unparsed-text-lines( ) ?

Subject: Re: [xsl] How to stream-process non-XML text using unparsed-text-lines( ) ?
From: "Martin Honnen martin.honnen@xxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Jul 2014 17:42:44 -0000
mike@xxxxxxxxxxxx wrote:
In Saxon, just use xsl:for-each select="unparsed-text-lines(...)".

Costello, Roger L. costello@xxxxxxxxx wrote:
> I want to stream-process it. I want to count the number of lines.

How would one count the lines without keeping the whole lines in memory, would


<xsl:value-of select="count(unparsed-text-lines('foo.txt'))"/>

do that?

Current Thread