Re: matching a substring of an element

Subject: Re: matching a substring of an element
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 6 Mar 2000 22:06:23 GMT


  I want to process the 'other_tags' that are contained in a
 'mytag' that contains the word success.  How do I get at
 those tags?

<xsl:apply-templates select="other_tags[contains(.,'success')]"/>

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread