RE: [xsl] XSL: query part of string to return element

Subject: RE: [xsl] XSL: query part of string to return element
From: "Passin,Thomas B. (Tom)" <tpassin@xxxxxxxxxxxx>
Date: Tue, 24 Sep 2002 13:21:53 -0400
[ David Carlisle]

> 
> > <xsl:when test="attrdef[. = Navy]">
> 
> <xsl:when test="attrdef[starts-with(., Navy)]">
> 

I think you meant 

<xsl:when test="attrdef[. = 'Navy']">
<xsl:when test="attrdef[starts-with(., 'Navy')]">

Right, David?

Cheers,

Tom P

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


Current Thread