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]

matching a substring of an element


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

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