This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: trouble with contains()


Thanks, works like a charm.

Charles

Sullivan, Dan wrote:

><xsl:for-each select="element[subelement[contains(.,'foo')]]">
>
>is what you need. It selects all elements that have a subelement that
>contains 'foo'.
>




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]