xsl-list
[Top] [All Lists]

RE: apply templates which have a child node containing spec ific text

2003-10-01 08:01:41
From: james walker [mailto:jameswalkerandy(_at_)hotmail(_dot_)com]
Sent: Wednesday, October 01, 2003 8:32 AM
Subject: [xsl] apply templates which have a child node containing
specific text

I would like to select (apply templates) those <res> elements 
which have 
<text> tag (1 level down from <entrydata columnnumber="0">) 
containing a 
specific string. I am not sure how to go about selecting 2 
children down 
from the res element as a predicate (which would go in the 
select statement 
of apply-templates).

e.g. I would like to select a <res> element which has a 
<text> element 
containing "main title" in it. The example above includes 
this string in one 
of the res tags.

<xsl:apply-templates select="/t/res[entrydata/text = 'main title']"/>

hth,
b.

| brian martinez                           
brian(_dot_)martinez(_at_)cendant(_dot_)com |
| lead gui programmer                                    303.357.3548 |
| cheap tickets, part of trip network                fax 303.357.3380 |
| 6560 greenwood plaza blvd., suite 400           englewood, co 80111 |
| cendant travel distribution services   http://www.cheaptickets.com/ |

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



<Prev in Thread] Current Thread [Next in Thread>
  • RE: apply templates which have a child node containing spec ific text, Martinez, Brian <=