Re: finding word count within a document, with xsl:accumulator

"Mukul Gandhi [email protected]" <[email protected]> Fri, 22 Jan 2021 04:40:55 -0000
Newsgroups gmane.text.xml.xsl.general.mulberrytech
Message-ID <[email protected]>
On Thu, Jan 21, 2021 at 5:05 PM Peter Flynn [email protected] <
[email protected]> wrote:

> <xsl:value-of select="count(tokenize(normalize-space(document),' '))"/>
>

Thanks, for sharing this solution.

But I'm looking for solutions using xsl:accumulator, for my use case.



-- 
Regards,
Mukul Gandhi
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/3329386
or by email: [email protected]
--~--