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

Subject: RE: [xsl] apply templates which have a child node containing spec ific text
From: "Martinez, Brian" <brian.martinez@xxxxxxxxxxx>
Date: Wed, 1 Oct 2003 09:01:41 -0600
> From: james walker [mailto:jameswalkerandy@xxxxxxxxxxx]
> 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.martinez@xxxxxxxxxxx |
| 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


Current Thread