| Subject: Re: [xsl] Matching for strings... From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Wed, 06 Sep 2006 13:22:38 -0400 | 
I want to find <program> elements whose <title> or <subtitle> or <description> might contain the string I've stowed in the variable $target. Something simple like
<xsl:if test="matches(normalize-space(//tv:program),$target)">
fails, since the first argument wants to be a node, not a sequence.
Cheers, Wendell
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] Matching for strings..., Bob Portnell | Thread | [xsl] Data Relativity Question, Bob Portnell | 
| Re: [xsl] Matching for strings..., David Carlisle | Date | Re: [xsl] Matching for strings..., Bob Portnell | 
| Month |