xsl-list
[Top] [All Lists]

Whats Wrong with: <xsl:value-of select="//exec[(_at_)stepid=$temp_step]/dds/dd[logical/@id=$temp_id]" />

2004-11-11 06:06:49
Hi There,
i need to work out whats wrong with the way i'm writing the above statement:

The follwoing statement works ok and produces values for me:

<MyValue>
        <xsl:value-of 
select="//exec[(_at_)stepid='S001']/dds/dd[logical/@id='SORTOUT']" />
</MyValue>


But if i write it like so it deosn't:
  
<xsl:variable name="temp_id" select="SORTOUT" />
<xsl:variable name="temp_step" select="S001" />

<MyValue>
        <xsl:value-of 
select="//exec[(_at_)stepid=$temp_step]/dds/dd[logical/@id=$temp_id]" />
</MyValue>


How can re-write my statement using vars?

thanks pg

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--