Re: [xsl] xpath 2 regex

Subject: Re: [xsl] xpath 2 regex
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Thu, 04 Apr 2013 13:49:24 +0200
davep wrote:

If so, what patter matches a p element which starts with
the string "the quick brown" or contains "brown fox" please?

<xsl:template match="p[matches(., '(^the quick brown)|brown fox')]">...</xsl:template>


Current Thread