RE: matching a substring of an element

Subject: RE: matching a substring of an element
From: Mike Brown <mbrown@xxxxxxxxxxxxx>
Date: Mon, 6 Mar 2000 15:16:28 -0700
> <mytag>not what I want <other_tags> more stuff</other_tags>
> </mytag>
> <mytag>success at last <other_tags>yet more
> stuff</other_tags> </mytag>
> 
> I want to process the 'other_tags' that are contained in a
> 'mytag' that contains the word success.

With an XSLT 1.0 processor,
select="/mytag/other_tags[contains(.,'success')]"

IE 5.0 might handle this if you have the updated MSXML engine.


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


Current Thread