Re: tokenizing and counting with xsl:analyze-string
| Newsgroups | gmane.text.xml.xsl.general.mulberrytech |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 17 Oct, 2020, 10:45 PM Martin Honnen [email protected], < [email protected]> wrote: Without having any "as" attribute your variable is a document fragment node containing the content constructed by the sequence constructor; of course if you use functions like "translate" expecting a string value the string value of the document fragment (which is the concatenation of the string value(s) of all child nodes) is being used. Thanks Martin for explanation. It's helpful. -- Regards, Mukul Gandhi Sent from gmail for Android --~---------------------------------------------------------------- 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] --~--