Re: [xsl] Accessing array variable

Subject: Re: [xsl] Accessing array variable
From: "Andy Srinivasan" <sriandy74@xxxxxxxxxxx>
Date: Wed, 13 Jun 2001 11:52:41 -0400
Still the value is blank

Anand


From: Oliver Becker <obecker@xxxxxxxxxxxxxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Accessing array variable
Date: Wed, 13 Jun 2001 08:53:05 +0200 (MET DST)

> Sorry, the correct syntac for document() would have been:
> <xsl:value-of select="document('')/local:benefit/period[@ID=$BP]" />
>
> Still untested, but should work now,

I believe there is a * (or xsl:stylesheet) missing:
<xsl:value-of select="document('')/*/local:benefit/period[@ID=$BP]" />

Anyway - this is untested, too. ;-)
Cheers,
Oliver

/-------------------------------------------------------------------\
|  ob|do        Dipl.Inf. Oliver Becker                             |
|  --+--        E-Mail: obecker@xxxxxxxxxxxxxxxxxxxxxxx             |
|  op|qo        WWW:    http://www.informatik.hu-berlin.de/~obecker |
\-------------------------------------------------------------------/


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



_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com


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



Current Thread