|
Subject: RE: [xsl] variable in xpath? From: "Steve Renshaw" <renshaw_steve@xxxxxxxxxxx> Date: Thu, 11 Apr 2002 22:44:28 +0000 |
Try:
select="element[*[name()=$child and . = $value]]"
or:
select="*[*[name()=$child and . = $value]]"
if <elements> will only have <element> children.
_________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] variable in xpath?, David N Bertoni/Camb | Thread | RE: [xsl] variable in xpath?, Wendell Piez |
| Re: [xsl] after use of document(): , Chuck White | Date | RE: [xsl] variable in xpath?, Wendell Piez |
| Month |