matching a substring of an element

Subject: matching a substring of an element
From: "Judi Thomson" <thomson@xxxxxxxxxxxxxx>
Date: Mon, 6 Mar 2000 14:44:58 -0700
I want to match a template based on whether or not a
specified phrase is part of an element.  I think I should be
able to do it with the contains function but I can't seem to
get the syntax right.

for instance, suppose I have the following XML

<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.  How do I get at
those tags?

Thanks in advance!

Judi



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


Current Thread