Re: [xsl] differences between xsl:analyze-string and XPath2.0 matches()?

Subject: Re: [xsl] differences between xsl:analyze-string and XPath2.0 matches()?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 29 Sep 2009 18:11:07 +0100
>  regex="$feature.regex">

the regex attribute takes an attribute value template not an xpath
expression, so to evaluate expath expressions such as a variable
reference you need {}

regex="{$feature.regex}">

David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread