|
Subject: Re: [xsl] sequence of strings From: Ruud Grosmann <r.grosmann@xxxxxx> Date: Tue, 02 Dec 2008 16:52:19 +0100 |
'BLD' selects a string 'BLD'[...] selects a string iff the predicate is true 'BLD'[contains($string, 'bold')] selects the string iff $string contains 'bold'
This is another way to write:
if ( contains($string, 'bold') ) then 'BLD' else ()
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] sequence of strings, Florent Georges | Thread | Re: [xsl] sequence of strings, Florent Georges |
| Re: [xsl] sequence of strings, Florent Georges | Date | [xsl] Re: populate nodelist variabl, Lara Brian |
| Month |