xsl-list
[Top] [All Lists]

Re: [xsl] Find the number of elements that are prior to the seriesof elements that match a string?

2019-03-12 16:33:17
On Tue, 2019-03-12 at 20:13 +0000, Michael Kay mike(_at_)saxonica(_dot_)com 
wrote:

[...]
fn:analyze-string($s, '..')/*/string()

 But it's not quite so attractive if the "fixed size" is dynamically
defined rather than being known at compile time.

fn:analyze-string($s, concat('.{', $n, '}') )/*/string()
but i agree it’s not as pretty...


Liam


-- 
Liam Quin, https://www.delightfulcomputing.com/
Available for XML/Document/Information Architecture/XSLT/
XSL/XQuery/Web/Text Processing/A11Y training, work & consulting.
Web slave for vintage clipart http://www.fromoldbooks.org/
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--

<Prev in Thread] Current Thread [Next in Thread>