Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - Re: [xsl] sequence of strings [Thread Next] Re: [xsl] sequence of stringsTo: Date: 12/2/2008 3:52:00 PM Florent Georges wrote:
'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 ()
Ah, then I think this solution fits my needs better, because in this way
I can controll the order of the strings in the sequence. Thanks for
clarifying.
regards, Ruud | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
