Re: [xsl] Question about isolating records

Subject: Re: [xsl] Question about isolating records
From: "David Carlisle d.p.carlisle@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 2 Sep 2015 12:30:16 -0000
> select="//Record[matches(.,'Crawford.*Crawford')]

or perhaps better

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

so newlines are handled

Current Thread