xsl-list
[Top] [All Lists]

[xsl] Using two strings with start-with() or contains() functions

2009-03-26 16:54:13
The answer may very well be no. If so, so be it.

I'm trying to cut down on the number of templates I need. Is it possible to test two different versions of a string using either contains() or starts-with().

I'm trying to do something like this:


<xsl:if test="contains(./TITLE, 'REMOVAL' | 'Removal')">
<remove>
<title>REMOVAL</title>
    --------  other stuff and templates----

</remove>
</xsl:if>


This doesn't work. Is there a syntax I can use or do I have to test each string separately?


--

*Charles Flanders*

Senior Content Analyst

Vasont Content Management Solutions

717.764.9720 x302

cflanders(_at_)vasont(_dot_)com <mailto:cflanders(_at_)vasont(_dot_)com>



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>
  • [xsl] Using two strings with start-with() or contains() functions, Charles Flanders <=