| 
 
Subject: Re: [xsl] Multi-part search XPath expressions. From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx> Date: Sat, 11 Sep 2004 09:40:13 -0400  | 
Or even better, put the condition in the match pattern:
<xsl:template match="Species[Extinct='False' and Genus_Name='Casuarius']"> <p>species name is <xsl:value-of select="Species_Name"/></p> </xsl:template>
<xsl:template match="Species"/>
| Current Thread | 
|---|
  | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] Multi-part search XPath e, Michael Kay | Thread | [xsl] Using a pre-processor for dyn, David Adams | 
| RE: [xsl] Multi-part search XPath e, Michael Kay | Date | Re: [xsl] Multi-part search XPath e, Bruce D'Arcus | 
| Month |