xsl-list
[Top] [All Lists]

Re: [xsl] Question about isolating records

2015-09-02 07:30:29
select="//Record[matches(.,'Crawford.*Crawford')]

or perhaps better

select="//Record[matches(.,'Crawford.*Crawford','s')]

so newlines are handled
--~----------------------------------------------------------------
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>